Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(datasource/orb): Add support for internal CircleCI Registries #33213

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

mglazer
Copy link
Contributor

@mglazer mglazer commented Dec 19, 2024

Changes

Enables CircleCI Orb datasource to use additional registries.

Context

The current implementation prevented using additional registries, I suspect because most people are not self-hosting
CircleCI. This just enables support for this use case. Note that this is separate from the current private orb support which still requires hosting the orbs on the Internet facing CircleCI instance.

This was a pretty simple commit, but took me an inordinately long time to test because I hit a number of extremely weird issues running renovate locally on OSX. Everything seemed to work when I switched to an Ubuntu VM though.

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

@mglazer mglazer changed the title minor: Add support for internal CircleCI Registries feat: Add support for internal CircleCI Registries Dec 19, 2024
@mglazer mglazer changed the title feat: Add support for internal CircleCI Registries feat(datasource/orb): Add support for internal CircleCI Registries Dec 19, 2024
lib/modules/datasource/orb/index.spec.ts Outdated Show resolved Hide resolved
lib/modules/datasource/orb/index.ts Outdated Show resolved Hide resolved
lib/modules/datasource/orb/index.ts Outdated Show resolved Hide resolved
rarkins
rarkins previously approved these changes Dec 20, 2024
@rarkins rarkins requested a review from viceice December 20, 2024 13:18
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
@viceice viceice added this pull request to the merge queue Dec 20, 2024
Merged via the queue into renovatebot:main with commit 7eef0d3 Dec 20, 2024
37 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 39.79.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants