Automated Dependency Updates for Pipenv
Categories: python
Renovate supports updating Pipenv dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)Pipfile$/.
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": [
"/(^|/)Pipfile$/"
]
}
Additional Information¶
Pipenv.lock updating is supported.
The Pipenv manager supports the default depTypes:
packagesdev-packages
and also extracts dependencies from other package category groups, using the group name as the depType.