Skip to content

Commit 3b483c3

Browse files
authored
Merge pull request #1837 from entireio/chore/group-codeql-dependabot
chore(deps): group codeql-action bumps into one dependabot PR
2 parents 7b0e934 + 1c5bef4 commit 3b483c3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ updates:
3030
schedule:
3131
interval: "daily"
3232
open-pull-requests-limit: 5
33+
groups:
34+
# CodeQL subactions (init, analyze, ...) share one monorepo release and
35+
# must move together — a version mismatch fails the CodeQL job with
36+
# "Loaded a configuration file for version X, but running version Y".
37+
# Grouping bundles every github/codeql-action/* bump into one PR.
38+
codeql-action:
39+
patterns:
40+
- "github/codeql-action/*"

0 commit comments

Comments
 (0)