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

11 lines
177 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
}
]
}