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 managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: pypi, conda.
Default config¶
{
"managerFilePatterns": [
"/(^|/)pyproject\\.toml$/",
"/(^|/)pixi\\.toml$/"
]
}
Additional Information¶
Pixi package manager¶
Currently support channels from anaconda and prefix.dev, other channels are not supported yet.
Whenever the pixi config in pyproject.toml or pixi.toml file is updated, pixi.lock file will be checked for updates as well.
Renovatebot will pick pixi version in following order:
- renovatebot setting
constraints.pixi requires-pixiinpixi.toml
The minimal support version of pixi is 0.40.0 (pixi lock has only been introduced with that version).
Therefore when you are setting constraints.pixi in your renovatebot config or requires-pixi in pixi.toml, please be careful to pick a supported pixi version.