Skip to content

Commit

Permalink
add tool/mod into dependabot.yml and group bumping go.etcd.io/* depen…
Browse files Browse the repository at this point in the history
…dencies

Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Jan 14, 2025
1 parent 7f866ca commit 920afd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ updates:
onsi:
patterns:
- "github.com/onsi/*"
etcd:
patterns:
- "go.etcd.io/*"

- package-ecosystem: gomod
directory: /tools/mod # Not linked from /go.mod
schedule:
interval: weekly
allow:
- dependency-type: direct

- package-ecosystem: "docker"
directory: "/"
Expand Down

0 comments on commit 920afd7

Please sign in to comment.