diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5226842..eb28630 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,30 +1,34 @@ version: 2 + +multi-ecosystem-groups: + minor-and-patch: + schedule: + interval: 'quarterly' + commit-message: + prefix: 'fix' + prefix-development: 'build' + include: 'scope' + updates: - package-ecosystem: 'npm' directory: '/' - schedule: - interval: 'monthly' + patterns: ['*'] + multi-ecosystem-group: 'minor-and-patch' groups: - production-dependencies: + production: dependency-type: 'production' update-types: - minor - patch - development-dependencies: + development: dependency-type: 'development' update-types: - minor - patch - commit-message: - prefix: 'fix' - prefix-development: 'build' - include: 'scope' - package-ecosystem: 'github-actions' directory: '/' - schedule: - interval: 'monthly' - groups: - github-actions: - update-types: - - minor - - patch + patterns: ['*'] + multi-ecosystem-groups: 'minor-and-patch' + update-types: + - minor + - patch