Skip to content

Automated Dependency Updates for Pipenv

Categories: python

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.

Default config

{
  "fileMatch": [
    "(^|/)Pipfile$"
  ]
}

Additional Information

Pipenv.lock updating is supported.

The Pipenv manager supports the default depTypes:

  • packages
  • dev-packages

and also extracts dependencies from other package category groups, using the group name as the depType.

Open items

The below list of features were current when this page was generated on May 14, 2024.

Feature requests

  • Pipenv: extract requires.python_version and requires.python_full_version as dependencies #28899