Explicitly tell renovate where requirements are
https://docs.renovatebot.com/modules/manager/pip-compile/
This commit is contained in:
parent
3ffcbd3928
commit
d8975e51e6
1 changed files with 4 additions and 1 deletions
|
@ -5,5 +5,8 @@
|
||||||
":disableDependencyDashboard"
|
":disableDependencyDashboard"
|
||||||
],
|
],
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"prConcurrentLimit": 0
|
"prConcurrentLimit": 0,
|
||||||
|
"pip-compile": {
|
||||||
|
"fileMatch": ["requirements/(.*)\\.in$"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue