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.
Open items¶
The below list of features were current when this page was generated on December 18, 2025.
Feature requests¶
- Pipenv: extract requires.python_version and requires.python_full_version as dependencies #28899