Skip to content

Commit

Permalink
feat(dependabot): groups k8s deps together
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak authored Nov 21, 2023
1 parent e8e33d9 commit 8dd7795
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ updates:
rebase-strategy: "disabled"
reviewers:
- bartoszmajsak
groups:
k8s-core:
dependency-type: production
patterns:
- "k8s.io/api"
- "k8s.io/apimachinery"
- "k8s.io/code-generator"

- package-ecosystem: "docker"
directory: "/build"
Expand Down

0 comments on commit 8dd7795

Please sign in to comment.