]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
github: add group configuration for dependabot actions update (#40490)
authorsd416 <65273389+sd416@users.noreply.github.com>
Wed, 28 Jan 2026 05:23:21 +0000 (10:53 +0530)
committerGitHub <noreply@github.com>
Wed, 28 Jan 2026 05:23:21 +0000 (14:23 +0900)
Add group configuration for dependabot github actions update. This will
ensure that depandabot only creates 1 PR for updating all the new github
actions rather than 1 PR / action update.

.github/dependabot.yml

index 3e067c176fd4f9258104336379c8b7b6cf16812a..767084164abb1b618da2574fcefe37b833f05675 100644 (file)
@@ -6,6 +6,10 @@ updates:
     directory: "/"
     schedule:
       interval: "monthly"
+    groups:
+      actions:
+        patterns:
+          - "*"      
     open-pull-requests-limit: 2
   - package-ecosystem: "pip"
     directory: "/.github/workflows"