Automated Dependency Updates for pip setup.py
Categories: python
Renovate supports updating pip setup.py dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)setup\.py$/
.
For details on how to extend a manager's managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: pypi
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)setup\\.py$/"
]
}
Additional Information¶
Renovate uses a JavaScript-based parser to process the pip_setup
files.