Skip to content

Automated Dependency Updates for Pep621

Renovate supports updating Pep621 dependencies.

File Matching

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

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": [
    "(^|/)pyproject\\.toml$"
  ]
}

Additional Information

This manager supports updating dependencies inside pyproject.toml files.

In addition to standard dependencies, these toolsets are also supported:

  • pdm ( including pdm.lock files )

Available depTypes:

  • project.dependencies
  • project.optional-dependencies
  • tool.pdm.dev-dependencies