Automated Dependency Updates for Pipenv
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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: pypi
.
References## Default config¶
{
"fileMatch": [
"(^|/)Pipfile$"
]
}
Additional Information¶
Pipenv.lock
updating is supported.
The following depTypes
are supported by the Pipenv manager:
packages
dev-packages