From fc27eef43f2032ceee2e9af11e2e0739409929a0 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 20 Nov 2025 15:36:21 +0100 Subject: [PATCH] Group more dependabot updates (#17563) Reduce the number of dependabot PRs for related udpdates. Signed-off-by: SuperQ --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 191e07ffac..99a9ce05a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,12 @@ updates: schedule: interval: "monthly" groups: + aws: + patterns: + - "github.com/aws/*" + azure: + patterns: + - "github.com/Azure/*" k8s.io: patterns: - "k8s.io/*"