Skip to content

Automated Dependency Updates for Setup Cfg

Categories: python

Renovate supports updating Setup Cfg dependencies.

File Matching

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

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": [
    "(^|/)setup\\.cfg$"
  ],
  "versioning": "pep440"
}

Additional Information

Updates dependencies for Python setup.cfg files.