Skip to content

Commit 931f9fc

Browse files
committed
update dependabot groups
1 parent 79c48bf commit 931f9fc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
8+
89
- package-ecosystem: "gomod"
910
directory: "/"
1011
schedule:
1112
interval: "daily"
13+
commit-message:
14+
prefix: "[deps]"
15+
allow:
16+
- dependency-type: all
17+
groups:
18+
golang_x:
19+
patterns:
20+
- "golang.org/x/*"
21+
koanf:
22+
patterns:
23+
- "github.com/knadh/koanf/*"
24+
1225
- package-ecosystem: "gomod"
1326
directory: "/tools/"
1427
allow:

0 commit comments

Comments
 (0)