From e5719a0ae0dab59dd815f7a8e97cc07463149c0f Mon Sep 17 00:00:00 2001 From: Juri Berlanda Date: Sun, 4 Aug 2024 17:45:02 +0200 Subject: [PATCH] [Dependabot] Move ginkgo-and-gomega group to gomod section. Signed-off-by: Juri Berlanda --- .github/dependabot.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 7c9d744..3d27ffc 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,12 +9,11 @@ updates: patterns: - "k8s.io/*" - "sigs.k8s.io/*" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - groups: ginkgo-and-gomega: patterns: - github.com/onsi/ginkgo/v2 - github.com/onsi/gomega + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly"