diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-05-04 14:20:55 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-05-04 17:11:50 +0200 |
commit | f6b397bf1e5d06027319a2ac0be539d051eca801 (patch) | |
tree | f224bd33b550d62d6da0cdfc50dc728ab5ae079d | |
parent | 3b9177995e0124beb064ef8615ba9a2ae7ca4f4b (diff) | |
download | podman-f6b397bf1e5d06027319a2ac0be539d051eca801.tar.gz podman-f6b397bf1e5d06027319a2ac0be539d051eca801.tar.bz2 podman-f6b397bf1e5d06027319a2ac0be539d051eca801.zip |
add dependabot config for test/tools go.mod
dependabot should update out test dependencies as well.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
-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: |