diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-18 08:54:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 08:54:31 -0700 |
commit | 5d9b07096b49877608250c7d51e0ee35b9d502c7 (patch) | |
tree | 6cf8a3bb5ded4510dda5462e0fb371d9f0f53570 | |
parent | 629183bd7f0073dfcbfa4d611abc62a9c5711dab (diff) | |
parent | 1ca74b00d74aa06e1d7e5bd4e941f186f6e223f3 (diff) | |
download | podman-5d9b07096b49877608250c7d51e0ee35b9d502c7.tar.gz podman-5d9b07096b49877608250c7d51e0ee35b9d502c7.tar.bz2 podman-5d9b07096b49877608250c7d51e0ee35b9d502c7.zip |
Merge pull request #9748 from vrothberg/lazy-vendoring
add a dependabot config to automate vendoring
-rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d921d0ffd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 |