Skip to content

Commit c5d1943

Browse files
authored
chore: group minor, patch dependabot updates (#4576)
1 parent 3555d1f commit c5d1943

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

+21
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,32 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
groups:
8+
go-deps:
9+
patterns:
10+
- "*"
11+
update-types:
12+
- "minor"
13+
- "patch"
714
- package-ecosystem: "github-actions"
815
directory: "/"
916
schedule:
1017
interval: "daily"
18+
groups:
19+
actions-deps:
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"
1125
- package-ecosystem: "docker"
1226
directory: "/"
1327
schedule:
1428
interval: "daily"
29+
groups:
30+
docker-deps:
31+
patterns:
32+
- "*"
33+
update-types:
34+
- "minor"
35+
- "patch"

0 commit comments

Comments
 (0)