diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b2c4c0..742ec57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,23 @@ updates: directory: / schedule: interval: weekly + groups: + actions-minor: + update-types: + - minor + - patch - package-ecosystem: npm directory: / schedule: interval: weekly + groups: + npm-development: + dependency-type: development + update-types: + - minor + - patch + npm-production: + dependency-type: production + update-types: + - patch