Skip to content

Commit 62cf00a

Browse files
horghclaude
andcommitted
Group CodeQL action updates
Dependabot treats the github/codeql-action subpath actions (init, analyze, autobuild) as separate dependencies and opens a separate PR for each. CI fails unless they are all updated together. Group them so that they arrive as a single PR. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 7534fa6 commit 62cf00a

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
@@ -21,5 +21,9 @@ updates:
2121
interval: weekly
2222
day: monday
2323
time: '14:00'
24+
groups:
25+
codeql:
26+
patterns:
27+
- github/codeql-action*
2428
cooldown:
2529
default-days: 7

0 commit comments

Comments
 (0)