diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a60f87..0b06a5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,14 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 20 + groups: + production-dependencies-minor: + dependency-type: "production" + update-types: + - "minor" + - "patch" + development-dependencies: + dependency-type: "development" - package-ecosystem: "github-actions" directory: "/"