]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/dependabot: group updates
authorViktor Szakats <commit@vsz.me>
Fri, 24 Oct 2025 12:57:52 +0000 (14:57 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 24 Oct 2025 13:05:15 +0000 (15:05 +0200)
To avoid update spam and PR that can't be applied on top of each other.

Ref: #19217 #19218 #19219

Closes #19220

.github/dependabot.yml

index a6b58f1e6254acb6a41165822dff0be9204e33f6..e9126e58d3d8d7aabeaba727b64c840c4325abdb 100644 (file)
@@ -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:'