website/renovate.json
Jake Howard 3c8562c35c
Restore rate limit on PR opens
There will probably be quite a few at first...
2022-09-13 08:25:00 +01:00

11 lines
203 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"prConcurrentLimit": 0,
"pip-compile": {
"fileMatch": ["requirements\/(.*)\\.in$"]
}
}