renovatebot / renovate

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
https://mend.io/renovate
GNU Affero General Public License v3.0
17.57k stars 2.31k forks source link

`azure-pipelines-tasks`: refactor to use github cdn do fetch prepared data #20019

Open viceice opened 1 year ago

viceice commented 1 year ago

What would you like Renovate to be able to do?

Currently we've need to update a very big json file to get new datasource data. We should instead provide that in a seperate repo and renovate should fetch it on demand, like and other datasource.

If you have any ideas on how this should be implemented, please tell us here.

Is this a feature you are interested in implementing yourself?

Maybe

viceice commented 1 year ago

/cc @jessehouwing @JamieMagee

jessehouwing commented 1 year ago
jessehouwing commented 1 year ago

@JamieMagee Can you look at the fetching the JS bits of this work? I've generated the json data on a branch in the other repo. I don't trust myself with the networking code just yet.

JamieMagee commented 1 year ago

Yep, can do.