Replies: 2 comments 3 replies
-
OK, I know, It's not very easy to support it, this require a new data source in renovatebot. If prefix.dev has a compatible with api.anaconda.org it would be much easier 😅 |
Beta Was this translation helpful? Give feedback.
-
@trim21 thank you so much for the work you are doing! One could indeed use the Maybe @baszalmstra has additional thoughts on this but I think that will be the best way. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on adding pixi support for https://github.com/renovatebot/renovate, which is a dependency automation tool. I have implement the support of using channel on anaconda server.
There is a need to get versions of a package. With conda channel it's possible to use api like https://api.anaconda.org/package/conda-forge/numpy/ , but it's also possible to define
https://prefix.dev/conda-forge
in pixi.So I read the docs of prefix.dev, and I understand I can use api from
https://prefix.dev/api/graphql
, but how do I know then I should translate a http url in channels looks like there is no reliable way to know if a conda conda register support some kind of API?It should be best to avoid using repodata.json, I even got OOM error with noarch/repodata.json on my desktop browser 😅
Beta Was this translation helpful? Give feedback.
All reactions