Allow the azure-bicep-resource datasource to fetch index.json from a configurable URL #36930
chromyd
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
Please go ahead |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
Hey,
we are unable to use the azure-bicep-resource datasource because in our setup renovate is self-hosted and it is running behind a proxy. Alas it doesn't have access to the public URL with the index file which is defined here:
and which downloads the file from the base URL https://raw.githubusercontent.com/
We do have an Artifactory in our Intranet which mirrors the GitHub user content so one possible solution would be to allow to configure a another base URL for the azure-bicep-resource datasource.
Here is an example how this could look like in packageRules - registryUrls seems logical to me as it is the config property which other datasources are also using:
I'd be also interested in working on this feature. Does the suggestion look good? Do you have any other ideas?
Regards,
Dušan
Beta Was this translation helpful? Give feedback.
All reactions