Skip to content

Commit

Permalink
group k8s gomod depencies together
Browse files Browse the repository at this point in the history
inspired from envoyproxy/go-control-plane#774
which reduces the number of dependabot PRs

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Sep 12, 2023
1 parent 31ea531 commit 9d653ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ updates:
directory: /
schedule:
interval: weekly
groups:
k8s.io:
patterns:
- "k8s.io/*"
- package-ecosystem: pip
directory: /tools/src/codespell
schedule:
Expand Down

0 comments on commit 9d653ff

Please sign in to comment.