mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
add dependabot config for test/tools go.mod
dependabot should update out test dependencies as well. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user