Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jan 18, 2024
1 parent 7728509 commit 501d19a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: k8s.io/client-go
- 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: "/"
schedule:
Expand Down

0 comments on commit 501d19a

Please sign in to comment.