Skip to content

Commit

Permalink
chore: group k8s gomod depencies together (#1880)
Browse files Browse the repository at this point in the history
group k8s gomod depencies together

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 authored Sep 13, 2023
1 parent 7c283d7 commit d4445cc
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 d4445cc

Please sign in to comment.