1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/renovate.json

13 lines
243 B
JSON
Raw Normal View History

{
2021-09-29 21:14:27 +02:00
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
2021-09-29 21:14:27 +02:00
"matchPackagePatterns": ["*"],
"automerge": true,
"stabilityDays": 7,
"internalChecksFilter": "strict"
}
]
}