From 09bc5129935700d340811c800c3dbe45c2048bf2 Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 8 Dec 2025 10:27:18 -0800 Subject: [PATCH] Ungroup dependabot updates --- .github/dependabot.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d6011ab3..6d4828c42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,18 +4,20 @@ updates: directory: / schedule: interval: weekly - groups: - actions: - patterns: - - "*" +# group updates disabled until dependabot group updates run `go mod tidy` +# https://github.com/dependabot/dependabot-core/issues/11046 +# groups: +# actions: +# patterns: +# - "*" - package-ecosystem: gomod directory: / schedule: interval: weekly - groups: - root-deps: - patterns: - - "*" +# groups: +# root-deps: +# patterns: +# - "*" - package-ecosystem: gomod directories: - /cmd/krane @@ -23,7 +25,7 @@ updates: - /pkg/authn/kubernetes schedule: interval: weekly - groups: - auxiliary-deps: - patterns: - - "*" +# groups: +# auxiliary-deps: +# patterns: +# - "*"