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