Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito authored Jan 18, 2024
1 parent 670a84c commit 4b46795
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# covered by k8s.io/client-go
- dependency-name: "k8s.io/api"
- dependency-name: "k8s.io/apimachinery"
groups:
k8s:
patterns:
- "k8s.io/*"
update-types:
- "minor"
- "patch"
onsi:
patterns:
- "github.com/onsi/*"
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 4b46795

Please sign in to comment.