Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed May 17, 2024
1 parent a2ce035 commit f41e003
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ updates:
interval: weekly

- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
allow:
- dependency-type: all

- package-ecosystem: gomod
directory: /tools/mod # Not linked from /go.mod
directories:
- /
- /api
- /client/internal/v2
- /client/pkg
- /client/v3
- /etcdctl
- /etcdutl
- /pkg
- /server
- /tests
- /tools/mod
- /tools/rw-heatmaps
- /tools/testgrid-analysis
schedule:
interval: weekly
interval: daily
allow:
- dependency-type: all
open-pull-requests-limit: 30

- package-ecosystem: docker
directory: /
Expand Down

0 comments on commit f41e003

Please sign in to comment.