How to disable bazel mod deps? #42296
Replies: 4 comments 1 reply
-
|
We also use https://www.aviator.co/ to merge PRs.
|
Beta Was this translation helpful? Give feedback.
-
|
Have you tried? https://docs.renovatebot.com/configuration-options/#skipartifactsupdate |
Beta Was this translation helpful? Give feedback.
-
|
Also note that - in about an hour - the updating of Bazel modules will be disabled by default in Renovate (CLI and Mend-hosted) |
Beta Was this translation helpful? Give feedback.
-
|
If you can also share a Job ID from the Mend-hosted UI, I can investigate a couple of things in a bit more detail, too |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
43.100.0
Please tell us more about your question or problem
How do I configure renovate not to run
bazel mod deps?Since #41507 and #41976, renovate runs
bazel mod deps --lockfile_mode=updateafter updatingbazeldependencies.For our environment that command always fails because we have custom bazel plugins depending on tools not installed on mend servers. (Specifically,
go, andmise.)renovatebot will open the PR and then comment(I've redacted part of the logs that contain company specific file names.)
We have a custom GitHub action configured to run this command already for our repository, on an AMI that has our required tools.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions