Automated Dependency Updates for Pyenv
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
.
References## Default config¶
{
"fileMatch": [
"(^|/)\\.python-version$"
],
"versioning": "docker"
}
Additional Information¶
Simply keeps the .python-version
file updated.