Skip to content

Commit ea7058f

Browse files
Dependabot Updates (#411)
group together dependabot updates
1 parent 52c65e0 commit ea7058f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ updates:
88
day: monday
99
time: "04:00"
1010
timezone: "Europe/Zurich"
11+
groups:
12+
github-actions:
13+
patterns:
14+
- "*"
1115

1216
- package-ecosystem: gomod
1317
directory: /
@@ -18,6 +22,10 @@ updates:
1822
timezone: "Europe/Zurich"
1923
allow:
2024
- dependency-type: all
25+
groups:
26+
go-dependencies:
27+
patterns:
28+
- "*"
2129

2230
- package-ecosystem: docker
2331
directory: /
@@ -26,3 +34,8 @@ updates:
2634
day: monday
2735
time: "04:00"
2836
timezone: "Europe/Zurich"
37+
groups:
38+
docker:
39+
patterns:
40+
- "*"
41+

0 commit comments

Comments
 (0)