Skip to content

Commit 389c3fe

Browse files
authored
chore: split out hack/tools dependabot updates (#950)
Signed-off-by: Richard Case <richard.case@outlook.com>
1 parent 701375d commit 389c3fe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ updates:
33
- package-ecosystem: "gomod"
44
directories:
55
- "/"
6+
schedule:
7+
interval: "weekly"
8+
labels:
9+
- "kind/cleanup"
10+
- "area/dependency"
11+
groups:
12+
dependencies:
13+
patterns:
14+
- "*"
15+
16+
- package-ecosystem: "gomod"
17+
directories:
618
- "./hack/tools"
719
schedule:
820
interval: "weekly"

0 commit comments

Comments
 (0)