1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: renovate should be allowed to automerge all packages

This commit is contained in:
Ivar Conradi Østhus 2021-09-29 21:04:33 +02:00
parent 539ab8f507
commit 9554c2b017

View File

@ -5,6 +5,7 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackagePatterns": ["*"],
"automerge": true
}
]