From: Viktor Szakats Date: Fri, 24 Oct 2025 12:57:52 +0000 (+0200) Subject: GHA/dependabot: group updates X-Git-Tag: curl-8_17_0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4293cd81e9ed8cacee186161fd5294bdfe063dd;p=thirdparty%2Fcurl.git GHA/dependabot: group updates To avoid update spam and PR that can't be applied on top of each other. Ref: #19217 #19218 #19219 Closes #19220 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6b58f1e62..e9126e58d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: interval: 'monthly' cooldown: default-days: 7 + groups: + actions-deps: + patterns: + - '*' commit-message: prefix: 'GHA:' @@ -24,5 +28,9 @@ updates: semver-major-days: 15 semver-minor-days: 7 semver-patch-days: 3 + groups: + actions-deps: + patterns: + - '*' commit-message: prefix: 'GHA:'