diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d608a82..e199af0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + golang-x-deps: + patterns: + - "golang.org/x/*" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions"