mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
11 lines
194 B
JSON
11 lines
194 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"matchPackagePatterns": ["*"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|