Automated Dependency Updates for Pixi
Categories: python
Renovate supports updating Pixi dependencies.
File Matching¶
By default, Renovate will check any files matching any of the following regular expressions:
(^|/)pyproject\.toml$
(^|/)pixi\.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
, conda
.
Default config¶
{
"fileMatch": [
"(^|/)pyproject\\.toml$",
"(^|/)pixi\\.toml$"
]
}
Additional Information¶
Limited support for pixi package manager
Whenever the pixi config in pyproject.toml
or pixi.toml
file is updated, the pixi.lock
file will be checked for updates as well.
Currently only lock file maintenance is supported.