We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c75523 commit f215677Copy full SHA for f215677
1 file changed
.github/dependabot.yml
@@ -34,3 +34,10 @@ updates:
34
interval: "weekly"
35
cooldown:
36
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