diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aeee0fd93..d5a744563 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,10 @@ updates: - package-ecosystem: gomod directory: / + groups: + all-updates: + patterns: + - "*" + open-pull-requests-limit: 1 schedule: - interval: weekly + interval: monthly