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:05:13 +00:00
parent 95d5d0ebe5
commit 7b4812789c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"ignorePaths": ["**/flutter/**", "**/react/**"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
]