Skip to content

Commit 8ed8d01

Browse files
dorlugasigalCopilot
andcommitted
chore: group all dependabot updates into single PRs
Add groups configuration to dependabot.yml so npm, github-actions, and docker updates are batched into a single PR per ecosystem instead of one PR per dependency. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a157555 commit 8ed8d01

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ updates:
1010
- dependencies
1111
commit-message:
1212
prefix: 'chore(deps):'
13+
groups:
14+
all-npm:
15+
patterns:
16+
- '*'
1317

1418
- package-ecosystem: github-actions
1519
directory: /
@@ -22,6 +26,10 @@ updates:
2226
- ci
2327
commit-message:
2428
prefix: 'chore(ci):'
29+
groups:
30+
all-actions:
31+
patterns:
32+
- '*'
2533

2634
- package-ecosystem: docker
2735
directory: /
@@ -33,3 +41,7 @@ updates:
3341
- dependencies
3442
commit-message:
3543
prefix: 'chore(deps):'
44+
groups:
45+
all-docker:
46+
patterns:
47+
- '*'

0 commit comments

Comments
 (0)