website/renovate.json

12 lines
225 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
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"pip-compile": {
2022-09-13 08:14:24 +01:00
"fileMatch": ["requirements\/(.*)\\.in$"]
}
2022-09-08 20:59:29 +01:00
}