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

11 lines
194 B
JSON
Raw Normal View History

{
2021-09-29 21:15:05 +02:00
"extends": ["config:base"],
2021-09-29 20:37:42 +02:00
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackagePatterns": ["*"],
2021-09-29 20:37:42 +02:00
"automerge": true
}
]
}