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 Aug 6, 2024
1 parent 88b4fd2 commit 9b8999a
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@ updates:

- package-ecosystem: gomod
directories:
- /
- /api
- /client/internal/v2
- /client/pkg
- /client/v3
- /tests
- /etcdctl
- /etcdutl
- /pkg
- /server
- /tests
- /tools/mod
- /tools/rw-heatmaps
- /tools/mod
- /tools/testgrid-analysis
- /etcdutl
- /client/pkg
- /client/v3
- /client/internal/v2
- /server
- /api
- /
schedule:
interval: daily
allow:
- dependency-type: all
open-pull-requests-limit: 30
groups:
weekly-updates:
patterns:
- "*"

- package-ecosystem: docker
directory: /
Expand Down

0 comments on commit 9b8999a

Please sign in to comment.