diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 45bc23a..13c4e32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,18 @@ version: 2 updates: - package-ecosystem: gomod directory: "/" + groups: + all: + patterns: + - "*" schedule: interval: weekly open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" + groups: + all: + patterns: + - "*" schedule: interval: "weekly"