Skip to content

Commit 8e96272

Browse files
committed
ci: group dependabot updates
1 parent 60b756d commit 8e96272

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ updates:
55
schedule:
66
interval: "monthly"
77
open-pull-requests-limit: 50
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
812
- package-ecosystem: "gomod"
913
directory: "/"
1014
schedule:
1115
interval: "monthly"
1216
open-pull-requests-limit: 50
17+
groups:
18+
go:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)