0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-12 23:51:55 +00:00
renovatebot_renovate/lib/modules/manager/pixi
RahulGautamSingh bc7d0595d0
feat(config): managerFilePatterns (#34615)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2025-05-04 08:30:24 +00:00
..
artifacts.spec.ts feat(manager/pixi): extract conda/pypi packages (#34646) 2025-04-02 12:35:37 +00:00
artifacts.ts fix(manager/pixi): do not pick pixi version based on lockfile (#35389) 2025-04-16 15:47:46 +00:00
extract.spec.ts feat(manager/pixi): extract conda/pypi packages (#34646) 2025-04-02 12:35:37 +00:00
extract.ts feat(manager/pixi): extract conda/pypi packages (#34646) 2025-04-02 12:35:37 +00:00
index.ts feat(config): managerFilePatterns (#34615) 2025-05-04 08:30:24 +00:00
readme.md fix(manager/pixi): do not pick pixi version based on lockfile (#35389) 2025-04-16 15:47:46 +00:00
schema.ts feat(manager/pixi): extract conda/pypi packages (#34646) 2025-04-02 12:35:37 +00:00

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:

  1. renovatebot setting constraints.pixi
  2. requires-pixi in pixi.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.