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.
Dependency types¶
This manager extracts the following depType values:
depType |
Description |
|---|---|
packages |
Listed under [packages] |
dev-packages |
Listed under [dev-packages] |
Dependencies from other package category groups in the Pipfile use the group name as the depType.
Default config¶
{
"managerFilePatterns": [
"/(^|/)Pipfile$/"
]
}
Lock File Maintenance¶
This manager supports lockFileMaintenance for the following file(s):
Pipfile.lock
Additional Information¶
Pipenv.lock updating is supported.