website/renovate.json

13 lines
259 B
JSON
Raw Normal View History

2022-09-08 20:59:29 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"pip-compile": {
"fileMatch": ["requirements/(.*)\\.in$"]
}
2022-09-08 20:59:29 +01:00
}