Support Bazel http_jar repository rule #31601
honnix
started this conversation in
Suggest an Idea
Replies: 1 comment
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
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
-
Tell us more.
http_jar is pretty handy to reference an already built jar, and it seems to be reasonable for renovate to support.
As an example, bazel-diff is a well-known tool that is distributed primarily in this way: https://github.com/tinder/bazel-diff/#workspace-snippet
It seems to be possible to have a customized config to achieve this #30271, but it would be nice to have native support.
Beta Was this translation helpful? Give feedback.
All reactions