14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"schedule": ["every weekend"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|