Merge pull request #12437 from strapi/chore/update-dependabot

Change dependanbot config to only upgrade non major versions
This commit is contained in:
cyril lopez 2022-02-09 09:32:13 +01:00 committed by GitHub
commit 6b627b436d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,6 @@ updates:
schedule:
interval: 'daily'
versioning-strategy: increase
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']