diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20a51554..b1730a24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,11 @@ updates: open-pull-requests-limit: 30 target-branch: canary versioning-strategy: increase + groups: + minorAndPatch: + update-types: + - "minor" + - "patch" - package-ecosystem: npm directory: "/app" schedule: @@ -16,6 +21,11 @@ updates: open-pull-requests-limit: 30 target-branch: canary versioning-strategy: increase + groups: + minorAndPatch: + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: "/" schedule: