Skip to content

Commit ebbcd10

Browse files
committed
build(deps): group github-actions updates in a single Dependabot PR
Bundling all github-actions bumps prevents multi-part actions such as github/codeql-action (init, autobuild, analyze) from being split across separate PRs and landing on mismatched versions, and reduces PR noise.
1 parent 8e4fff0 commit ebbcd10

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ updates:
77
day: 'friday'
88
time: '05:00'
99
timezone: 'Etc/UTC'
10+
groups:
11+
github-actions:
12+
patterns:
13+
- '*'
1014

1115
- package-ecosystem: 'pip'
1216
directory: '/.github/pre-commit'

0 commit comments

Comments
 (0)