diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-05 05:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 05:53:18 -0400 |
commit | 88f8d398b357c60f8b78b8dedf1e1515a534b873 (patch) | |
tree | 6e3fa55f6c32b95c883480844193443b97540531 /.github | |
parent | 7af4612d6b969329a78b4945c35a641449989a2d (diff) | |
parent | 3866143675a2ccf15095b75b2c97b858d8ef0ab5 (diff) | |
download | podman-88f8d398b357c60f8b78b8dedf1e1515a534b873.tar.gz podman-88f8d398b357c60f8b78b8dedf1e1515a534b873.tar.bz2 podman-88f8d398b357c60f8b78b8dedf1e1515a534b873.zip |
Merge pull request #14098 from Luap99/test-tools
vendor test dependencies instead of installing via network
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86f8c4aaf..ec3a8a984 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,13 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + +- package-ecosystem: gomod + directory: "test/tools" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" directory: "/" schedule: |