diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 207ee04c..131b665a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,16 @@ updates: directory: /legacy schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*" + - package-ecosystem: gomod directory: / schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*"