Skip to content

Commit c35284e

Browse files
authored
chore: group github actions updates (#7460)
Configure dependabot to group all github actions version updates into a single PR to reduce noise and to avoid errors from version mismatches (e.g. https://github.com/expressjs/express/actions/runs/33495271692/job/99815876650?pr=7445).
1 parent 023767f commit c35284e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎.github/dependabot.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: /
55
schedule:
66
interval: monthly
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
711

812
- package-ecosystem: npm
913
directory: /
@@ -14,4 +18,4 @@ updates:
1418
open-pull-requests-limit: 10
1519
ignore:
1620
- dependency-name: "*"
17-
update-types: ["version-update:semver-major"]
21+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)