website/renovate.json

15 lines
267 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"],
"schedule": ["every weekend"],
"enabled": false
}
]
2022-09-08 20:59:29 +01:00
}