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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: docker
.
Default config¶
{
"fileMatch": [
"(^|/)\\.python-version$"
],
"versioning": "docker",
"pinDigests": false
}
Additional Information¶
Simply keeps the .python-version
file updated.
Open items¶
The below list of features were current when this page was generated on January 20, 2025.
Feature requests¶
- Support
.python-version
with multiple versions forpyenv
manager #31850