diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef7e009..0c2ecc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,23 @@ updates: directory: "/" schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch" open-pull-requests-limit: 99 - package-ecosystem: github-actions directory: '/' schedule: interval: weekly open-pull-requests-limit: 99 + groups: + all-dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch" \ No newline at end of file