From a9d4f3a457ce722f9c33b11bb62a17658fe861b7 Mon Sep 17 00:00:00 2001 From: Austin Abro <37223396+AustinAbro321@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:18:35 -0500 Subject: [PATCH] chore(deps): group golang dependencies in dependabot (#3471) Signed-off-by: Austin Abro --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b6c1491ddc..8527e6f39a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,6 +13,9 @@ updates: cosign-providers: patterns: - "github.com/sigstore/sigstore/pkg/signature/kms/*" + golang: + patterns: + - "golang.org/x/*" - package-ecosystem: github-actions directory: / schedule: