1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: allow renovate-bot to autmerge minor and patch

This commit is contained in:
Ivar Conradi Østhus 2021-09-27 16:19:56 +02:00
parent e6c1f3b56b
commit 5f46c895f8
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

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