Skip to content

Commit 68f13da

Browse files
committed
fix dependabot for multi go mod
1 parent c6ce860 commit 68f13da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
version: 2
22
updates:
33
- package-ecosystem: 'gomod'
4-
directory: '/'
4+
directories:
5+
- '/'
6+
- 'interceptor/'
57
allow:
68
- dependency-type: all
7-
- dependency-name: "github.com/openshift/osd-network-verifier"
89
schedule:
910
interval: 'daily'
1011
- package-ecosystem: "docker"

0 commit comments

Comments
 (0)