Skip to content

Commit

Permalink
ci: Add k8s group to dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Oct 5, 2023
1 parent 8d122b2 commit d08fcbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ updates:
- dependency-name: github.com/docker/docker
update-types:
- version-update:semver-major
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"

- package-ecosystem: "gomod"
directory: "/credential-providers"
Expand Down

0 comments on commit d08fcbb

Please sign in to comment.