How to disable bazel mod deps? #42296
Unanswered
jkanywhere
asked this question in
Request Help
Replies: 2 comments
-
|
We also use https://www.aviator.co/ to merge PRs.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Have you tried? https://docs.renovatebot.com/configuration-options/#skipartifactsupdate |
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

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