Support upgrading version in bzlmod single_version_override #32446
honnix
started this conversation in
Suggest an Idea
Replies: 2 comments 5 replies
-
I can no longer comment on #22610, but it seems if |
Beta Was this translation helpful? Give feedback.
1 reply
-
@honnix is this a feature you'd interested in adding yourself? If so then you could start right away. If not then I'd ask for a reproduction repo + example PR so that we can convert this to an issue |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
#22610 added the feature supporting
single_version_override
, however there is no way to allow renovate to updateversion
specified insingle_version_override
. While it is understandable users might intend to pin that version, in practice it is not always true. For example, when patchingMODULE.bazel
itself, it is often necessary to specify a version insingle_version_override
, but it does not necessarily mean users don't want to get version bump, as long as a new version doesn't invalidate the patch file (if it does bazel would fail immediately anyway).I think it makes sense to add a config to enable version bump in this case.
Beta Was this translation helpful? Give feedback.
All reactions