From 786a16c61f86a4f789b043d95666990f4406b72a Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 18 Dec 2024 18:23:05 -0500 Subject: [PATCH] no dependabot groups they didnt work (#450) --- .github/dependabot.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f776db57..b4a1e1d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,28 +4,10 @@ updates: directory: / schedule: interval: "weekly" - groups: - # Group updates together, so that they are all applied in a single PR. - # Grouped updates are currently in beta and is subject to change. - # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups - k8s-go-deps: - patterns: - - "k8s.io/*" - - "sigs.k8s.io/*" - go-deps: - patterns: - - "*" - exclude-patterns: - - "k8s.io/*" - - "sigs.k8s.io/*" - package-ecosystem: "github-actions" directory: ".github/workflows" schedule: interval: weekly - groups: - actions: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/template/workflows/helm/.github/workflows" schedule: