diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f9724e7..baa2315 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -36,3 +36,13 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 3 + groups: + npm-development: + dependency-type: development + update-types: + - minor + - patch + npm-production: + dependency-type: production + update-types: + - patch