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
16.63k stars 2.15k forks source link

Want to support a custom registry for the circleci orbs datasource. #13112

Open sunecosuri opened 2 years ago

sunecosuri commented 2 years ago

What would you like Renovate to be able to do?

In the environment of an on-premise circleci server, the registry URL is not 'https://circleci.com'. So it would be nice if you could support changing the destination of the registry as desired.

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

If you set L8(customRegistrySupport) to true, it will look like it works. https://github.com/renovatebot/renovate/blob/b061170499c187c2a0762779de51ca36660288d4/lib/datasource/orb/index.ts#L8

Is this a feature you are interested in implementing yourself?

Maybe

sunecosuri commented 2 years ago

related: https://github.com/renovatebot/renovate/pull/9142