diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24064645e..a275ea49a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: weekly day: monday - open-pull-requests-limit: 1 + open-pull-requests-limit: 2 target-branch: "main" versioning-strategy: increase allow: @@ -18,6 +18,20 @@ updates: - dependency-name: "react-router*" labels: - "build" + groups: + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" + dependencies-patch: + dependency-type: "production" + update-types: + - "patch" + dependencies-minor: + dependency-type: "production" + update-types: + - "minor" - package-ecosystem: github-actions directory: /