Skip to content

Commit

Permalink
update dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <ivan@vald.es>
  • Loading branch information
ivanvc committed May 13, 2024
1 parent 545656a commit 7d5bd91
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@ 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

Expand Down

0 comments on commit 7d5bd91

Please sign in to comment.