renovate/lib/modules/datasource/conda
Sergei Zharinov 9b4e515024
refactor(http): Separate `getJson` and `getJsonUnchecked` (#33651)
2025-01-17 14:18:00 +00:00
..
__fixtures__ refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
__snapshots__ feat(datasource/conda): support custom registries (#17809) 2022-10-05 15:22:33 +02:00
common.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
index.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
index.ts refactor(http): Separate `getJson` and `getJsonUnchecked` (#33651) 2025-01-17 14:18:00 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00

readme.md

This datasource returns releases from the specified conda registry.

The default registry is https://api.anaconda.org/package/, which queries a specific conda channel for a specific package.

Use channel/packageName as your depName when using this datasource.