Skip to content

Commit 344c82e

Browse files
authoredMar 12, 2024··
ci: group dependabot updates (#919)
1 parent 9aaeccf commit 344c82e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.github/dependabot.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@ updates:
55
schedule:
66
interval: "monthly"
77
open-pull-requests-limit: 50
8+
groups:
9+
docker:
10+
patterns:
11+
- "*"
812
- package-ecosystem: "github-actions"
913
directory: "/"
1014
schedule:
1115
interval: "monthly"
1216
open-pull-requests-limit: 50
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"
1321
- package-ecosystem: "gomod"
1422
directory: "/"
1523
schedule:
1624
interval: "monthly"
1725
open-pull-requests-limit: 50
26+
groups:
27+
go:
28+
patterns:
29+
- "*"

0 commit comments

Comments
 (0)
Please sign in to comment.