Automated Dependency Updates for pyenv
Categories: python
Renovate supports updating pyenv dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)\.python-version$/
.
For details on how to extend a manager's managerFilePatterns
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: docker
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)\\.python-version$/"
],
"versioning": "docker",
"pinDigests": false
}
Additional Information¶
Simply keeps the .python-version
file updated.