Skip to content

Commit 22cf94d

Browse files
IndraGunawandunglas
authored andcommitted
ci: combine dependabot updates for one group to 1 pull-request
1 parent a4dc93f commit 22cf94d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ updates:
77
interval: weekly
88
commit-message:
99
prefix: chore
10+
groups:
11+
go-modules:
12+
patterns:
13+
- '*'
1014
- package-ecosystem: gomod
1115
directory: /caddy
1216
schedule:
@@ -18,9 +22,17 @@ updates:
1822
ignore:
1923
- dependency-name: github.com/google/cel-go
2024
- dependency-name: github.com/quic-go/*
25+
groups:
26+
go-modules:
27+
patterns:
28+
- '*'
2129
- package-ecosystem: github-actions
2230
directory: /
2331
schedule:
2432
interval: weekly
2533
commit-message:
2634
prefix: ci
35+
groups:
36+
github-actions:
37+
patterns:
38+
- '*'

0 commit comments

Comments
 (0)