Skip to content

Commit

Permalink
Merge pull request #36 from etcd-io/workflow_enhance_20250114
Browse files Browse the repository at this point in the history
Add tool/mod into dependabot.yml and group bumping go.etcd.io/* dependencies
  • Loading branch information
ahrtr authored Jan 14, 2025
2 parents 7f866ca + 920afd7 commit f2e520f
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 f2e520f

Please sign in to comment.