22 lines
468 B
JSON
22 lines
468 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": ["config:best-practices"],
|
||
|
"prConcurrentLimit": 2,
|
||
|
"prHourlyLimit": 8,
|
||
|
"semanticCommits": "enabled",
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchUpdateTypes": ["minor", "patch", "pin"],
|
||
|
"matchCurrentVersion": "!/^0/",
|
||
|
"automerge": true
|
||
|
},
|
||
|
{
|
||
|
"matchUpdateTypes": ["patch", "pin", "digest"],
|
||
|
"automerge": true
|
||
|
}
|
||
|
],
|
||
|
"nix": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|