Skip to content

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.