Skip to content

Commit 9e5b82d

Browse files
committed
Add dependabot config for go tool.
1 parent 7549f5b commit 9e5b82d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ updates:
44
directory: "/"
55
groups:
66
all:
7-
patterns:
7+
patterns:
88
- '*'
99
schedule:
1010
interval: "daily"
11+
- package-ecosystem: "gomod"
12+
directory: "/internal/tools/"
13+
schedule:
14+
interval: "daily"
1115
- package-ecosystem: "github-actions"
1216
directory: "/"
1317
schedule:

0 commit comments

Comments
 (0)