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

Support git: dependencies for Bundler #30990

Open
rarkins opened this issue Aug 24, 2024 · 0 comments
Open

Support git: dependencies for Bundler #30990

rarkins opened this issue Aug 24, 2024 · 0 comments
Labels
manager:bundler Bundler (Ruby) package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Aug 24, 2024

Describe the proposed change(s).

Raised by #30731, it became evident that Renovate is attempting to look up these dependencies on rubygems, and not as git dependencies.

When I looked into our bundler tests, I see that the Gemfile.mastondon file contains git: dependencies but they are extracted with datasource=rubygems and not datasource=github-tags or similar, so it seems this is a missing capability.

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others manager:bundler Bundler (Ruby) package manager labels Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:bundler Bundler (Ruby) package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

1 participant