Skip to content

Commit

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

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

Expand Down

0 comments on commit 83359bc

Please sign in to comment.