From e804ccd6773710a6aab3462e22f1eb20ace76aa7 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Tue, 2 Sep 2025 13:38:45 +0200 Subject: [PATCH] Add dependabot spf13 group Signed-off-by: Per Goncalves da Silva --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 39563d749..3289e78fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,9 @@ updates: golang-x-deps: patterns: - "golang.org/x/*" + spf13-deps: + patterns: + - "github.com/spf13/*" - package-ecosystem: "docker" directory: "/" schedule: