From 5bf4e8edc70c778214d87958908ecec91a231f7b Mon Sep 17 00:00:00 2001 From: David Gamero Date: Wed, 18 Dec 2024 15:03:30 -0500 Subject: [PATCH] Update dependabot.yml --- .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: