Open
Description
Is your feature request related to a problem? Please describe.
To the extent possible, we would like to automate version bumps of our dependencies.
Describe the solution you'd like
Enable Renovate (add a .github/renovate.json
file and add it as an app).
To start with, let's just configure it to bump .bazelversion
for us.
Later, after WORKSPACE support has been dropped, we could consider it for MODULE.bazel
as well. Parts of //tools/workspace:new_release
could/should be hoisted onto renovate, instead.
Later, after our venvs are more widely used, we could have possibly it bump those lockfile(s) also.
Metadata
Metadata
Assignees
Type
Projects
Status
On deck