Skip to content

Commit e35e45d

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 54a71aa commit e35e45d

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
@@ -15,5 +15,9 @@ updates:
1515
interval: weekly
1616
day: monday
1717
time: '14:00'
18+
groups:
19+
codeql:
20+
patterns:
21+
- github/codeql-action*
1822
cooldown:
1923
default-days: 7

0 commit comments

Comments
 (0)