Allow Renovate to perform major updates
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pierre Hubert 2024-01-03 10:17:14 +00:00
parent 1ed44ce349
commit 8563ac9540
1 changed files with 1 additions and 1 deletions

View File

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