1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

fix: allow renovate bot to auto-merge

This commit is contained in:
Ivar Conradi Østhus 2021-09-29 20:37:42 +02:00
parent baa54d31f2
commit 539ab8f507

View File

@ -1,5 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}