Skip to content

Commit c6ce860

Browse files
committed
Make dependabot work with multinode repo due to interceptor
Our sub module interceptor requires to be updated when the outer mod receives updates. See dependabot/dependabot-core#6678
1 parent debdcc2 commit c6ce860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ updates:
33
- package-ecosystem: 'gomod'
44
directory: '/'
55
allow:
6+
- dependency-type: all
67
- dependency-name: "github.com/openshift/osd-network-verifier"
78
schedule:
89
interval: 'daily'

0 commit comments

Comments
 (0)