Support upgrading version in bzlmod single_version_override #32653
Labels
manager:bzlmod
Related to the bzlmod manager
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
type:feature
Feature (new functionality)
Discussed in #32446
Originally posted by honnix November 11, 2024
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.
Reproduction: https://github.com/renovate-reproductions/32446
The text was updated successfully, but these errors were encountered: