From 341a5a8b4272935c1273cef35579c7855c31a323 Mon Sep 17 00:00:00 2001 From: Andy Sadler Date: Tue, 20 Aug 2024 15:43:41 -0500 Subject: [PATCH] dependabot: add group for ginkgo & gomega Both of these usually need to be keep in sync across our entire repository due to testing needs. Signed-off-by: Andy Sadler --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 816a6657..ebf1805c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,12 @@ updates: kubernetes: patterns: - "k8s.io/*" + ginkgo: + patterns: + - "github.com/onsi/ginkgo/v2" + gomega: + patterns: + - "github.com/onsi/gomega" schedule: interval: weekly open-pull-requests-limit: 10