Skip to content

Commit

Permalink
Update dependabot.yml to use groups
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jan 18, 2024
1 parent f89d9c2 commit ecdab37
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# covered by k8s.io/kubectl
- dependency-name: "k8s.io/api"
- dependency-name: "k8s.io/apimachinery"
- dependency-name: "k8s.io/client-go"

groups:
k8s:
patterns:
- "k8s.io/*"
update-types:
- "minor"
- "patch"
onsi:
patterns:
- "github.com/onsi/"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit ecdab37

Please sign in to comment.