diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07f6b705b43..95f1685ba21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + go-dependencies: + patterns: + - "*" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions"