Skip to content

Commit 9f69e3f

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 5b1c5ca commit 9f69e3f

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
@@ -19,5 +19,9 @@ updates:
1919
interval: weekly
2020
day: monday
2121
time: '14:00'
22+
groups:
23+
codeql:
24+
patterns:
25+
- github/codeql-action*
2226
cooldown:
2327
default-days: 7

0 commit comments

Comments
 (0)