website/renovate.json

14 lines
230 B
JSON
Raw Normal View History

2022-09-08 20:59:29 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2022-09-13 08:12:19 +01:00
"config:base"
2022-09-08 20:59:29 +01:00
],
"prConcurrentLimit": 0,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"enabled": false
}
]
2022-09-08 20:59:29 +01:00
}