Merge pull request #9748 from vrothberg/lazy-vendoring

add a dependabot config to automate vendoring
This commit is contained in:
OpenShift Merge Robot
2021-03-18 08:54:31 -07:00
committed by GitHub

7
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10