Skip to content

Commit f215677

Browse files
committed
Infra: Group github/codeql-action bumps into a single dependabot PR
1 parent 2c75523 commit f215677

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ updates:
3434
interval: "weekly"
3535
cooldown:
3636
default-days: 7
37+
groups:
38+
# The codeql-action init/autobuild/analyze steps must all run the
39+
# same version - split PRs cause a version mismatch that fails the
40+
# Analyze jobs. Group them so a single PR bumps all of them together.
41+
codeql-action:
42+
patterns:
43+
- "github/codeql-action*"

0 commit comments

Comments
 (0)