diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8456264..8dc6409 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,9 +20,19 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 + groups: + all: + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: "/" schedule: interval: weekly open-pull-requests-limit: 10 + groups: + all: + update-types: + - "minor" + - "patch"