Add stabilityDays option to renovate

This commit is contained in:
Daniel 2021-11-10 15:49:04 +01:00
parent 87ecc7d370
commit 5fdc14db2c

View file

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