Allow Renovate to perform major updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
95d5d0ebe5
commit
7b4812789c
@ -3,7 +3,7 @@
|
|||||||
"ignorePaths": ["**/flutter/**", "**/react/**"],
|
"ignorePaths": ["**/flutter/**", "**/react/**"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user