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 managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: pypi.

Dependency types

This manager extracts the following depType values:

depType Description
packages Listed under [packages]
dev-packages Listed under [dev-packages]

Dependencies from other package category groups in the Pipfile use the group name as the depType.

Default config

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

Lock File Maintenance

This manager supports lockFileMaintenance for the following file(s):

  • Pipfile.lock

Additional Information

Pipenv.lock updating is supported.

Open items

The below list of features were current when this page was generated on April 03, 2026.

Feature requests

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