ci: allow major upgrades from renovate
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 55s
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 55s
This commit is contained in:
parent
5174643bf6
commit
117fa4644b
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@
|
|||
"config:best-practices"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"major"
|
||||
],
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue