Skip to content

Automated Dependency Updates for Pip_setup

Renovate supports updating Pip_setup dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|/)setup\.py$.

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.

References## Default config

{
  "fileMatch": [
    "(^|/)setup\\.py$"
  ]
}

Additional Information

setup.py files are parsed by calling out to python and then using a mock to detect imported modules.

Open items

The below list of features were current when this page was generated on March 30, 2023.

Feature requests

  • Support setup.py with nested references #2833