mirror of
https://github.com/renovatebot/renovate.git
synced 2025-04-07 17:45:41 +00:00
![]() Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> |
||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
schema | ||
common.ts | ||
index.spec.ts | ||
index.ts | ||
prefix-dev.ts | ||
readme.md | ||
types.ts |
This datasource returns releases for package from anaconda registry and prefix.dev. Other repositories are not supported currently.
This datasource support following cases:
Look up numpy
in conda-forge
channel on anaconda.
{
packageName: 'conda-forge/numpy',
}
Look up numpy
in conda-forge
channel from prefix.dev using API https://prefix.dev/api/graphql
.
{
packageName: 'numpy',
registryUrls: ["https://prefix.dev/conda-forge/"]
}
Multiple channels support
{
packageName: 'some-package',
registryUrls: [
"https://api.anaconda.org/package/conda-forge/",
"https://prefix.dev/conda-forge/",
]
}
The above example will lookup try to find the package on anaconda first, if the package can not be found on prefix.dev.