Skip to content

Commit 5124c20

Browse files
authored
feat: add dependabot go dependency groups (#449)
1 parent 220f65f commit 5124c20

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
version: 2
22
updates:
3+
# go dependencies
4+
- package-ecosystem: "gomod"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
groups:
9+
aws:
10+
patterns:
11+
- "github.com/aws/*"
12+
# go tools
13+
- package-ecosystem: "gomod"
14+
directory: "tools/"
15+
schedule:
16+
interval: "weekly"
317

418
# GitHub actions
519
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)