Allow Renovate to perform major updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-01-03 10:17:14 +00:00
parent 1ed44ce349
commit 8563ac9540

View File

@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true "automerge": true
} }
] ]