Skip to content

Commit

Permalink
Dependabot: Group common go dependencies, ignore NATS (#358)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Nov 8, 2024
1 parent 534b63a commit 8d7e36d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@ updates:
- "k3s-io/k3s-dev"
schedule:
interval: "weekly"
groups:
k8s-dependencies:
patterns:
- k8s.io/*
etcd-dependencies:
patterns:
- go.etcd.io/*
ignore:
- dependency-name: "github.com/nats-io/nats-server/v2"

0 comments on commit 8d7e36d

Please sign in to comment.