Jake Howard
aae66c4979
These can stack up once it's ready for a minor update, else I get flooded with MRs.
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"prConcurrentLimit": 0,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|