From d4445cc9be0d6355f42b8247046c17e2d5dd6c12 Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 12 Sep 2023 17:41:33 -0700 Subject: [PATCH] chore: group k8s gomod depencies together (#1880) group k8s gomod depencies together inspired from https://github.com/envoyproxy/go-control-plane/pull/774 which reduces the number of dependabot PRs Signed-off-by: Arko Dasgupta --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bbc1ff322f..84fde92f63b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,10 @@ updates: directory: / schedule: interval: weekly + groups: + k8s.io: + patterns: + - "k8s.io/*" - package-ecosystem: pip directory: /tools/src/codespell schedule: