Codebase list golang-github-containers-common / 384abaf
Add dependabot config file to support vendoring This allows us to use the vendoring feature from dependabot. Signed-off-by: Sascha Grunert <sgrunert@redhat.com> Sascha Grunert 3 years ago
1 changed file(s) with 8 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 version: 2
1 updates:
2 - package-ecosystem: gomod
3 vendor: true
4 directory: "/"
5 schedule:
6 interval: daily
7 open-pull-requests-limit: 10