Skip to content

Commit e2ef25f

Browse files
authored
chore: group codeql action dependabot updates (#23561)
see recent dependabot PRs - #23553 - #23552 seems these updates should be done together and not separate PRs; add a group to the config to enable this
1 parent 37d11af commit e2ef25f

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
@@ -68,6 +68,10 @@ updates:
6868
interval: "weekly"
6969
open-pull-requests-limit: 10
7070
labels: [auto-dependencies]
71+
groups:
72+
codeql-actions:
73+
patterns:
74+
- "github/codeql-action/*"
7175
- package-ecosystem: "pip"
7276
directory: "/docs"
7377
schedule:

0 commit comments

Comments
 (0)