[Bazel] Support for repository_ctx download and download_and_extract #24784
Replies: 2 comments
-
Blocked by #9667 |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your issue 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. To get started, please read our guide on creating a minimal reproduction. We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
What would you like Renovate to be able to do?
I would like Renovate to update my custom rule implementation dependencies that are downloaded using
repository_ctx.download
andrepository_ctx.download_and_extract
.Describe the solution you'd like
Renovate would inspect specified
.bzl
files which containctx.download_and_extract
andctx.download
helper functions and try to find updated versions same as forhttp_archive
.Describe alternatives you've considered
Otherwise I'll have to monitor those sources myself and have to update it manually.
Additional context
In my Bazel rules I'm pulling non-Bazel projects and I'm creating a template
Beta Was this translation helpful? Give feedback.
All reactions