From 8973288fee5e306d4a9f2ecc15a6f752658936fe Mon Sep 17 00:00:00 2001 From: Amritanshu Sikdar Date: Mon, 3 Feb 2025 16:43:18 +0100 Subject: [PATCH] feat: Add grouping to `dependabot` PRs (#151) add grouping to dependabot PRs --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f50120c..98949c23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,17 @@ updates: interval: "daily" commit-message: prefix: "chore(dependabot)" + groups: + k8s-dependencies: + patterns: + - "k8s.io/*" + istio-dependencies: + patterns: + - "istio.io/*" + ginkgo-gomega: + patterns: + - "github.com/onsi/ginkgo/v2" + - "github.com/onsi/gomega" - package-ecosystem: "docker" directory: "/" labels: