chore(renovate): don't age-gate submodule digest bumps - #795
Merged
Conversation
u9g
requested review from
cloudwebrtc,
lukasIO and
xianshijing-lk
as code owners
August 27, 2026 18:09
git-submodules digest updates carry no releaseTimestamp, and Renovate's default minimumReleaseAgeBehaviour (timestamp-required) treats that as never old enough, so the protocol submodule bump sat in "Pending Status Checks" forever and no PR was ever opened.
u9g
force-pushed
the
jason/renovate-submodule-release-age
branch
from
August 27, 2026 18:11
f6d7464 to
8a89d02
Compare
theomonnom
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renovate detects the
livekit-protocol/protocolsubmodule but has never opened a bump PR for it; every bump so far has been manual (#786, #780, #775, #763, #761). The Dependency Dashboard (#613) shows the update stuck under "Pending Status Checks".Cause: the repo-wide
"minimumReleaseAge": "2 weeks"also applies to thegit-submodulesmanager, but submodule digest updates carry no release timestamp. Renovate's defaultminimumReleaseAgeBehaviouristimestamp-required, so a digest with no timestamp is treated as never old enough and the branch is never created.This exempts the
git-submodulesmanager from the age gate; everything else keeps the 2-week wait.Verified with a local dry run (
RENOVATE_PLATFORM=local RENOVATE_DRY_RUN=full RENOVATE_ENABLED_MANAGERS=git-submodules LOG_LEVEL=debug npx renovate):digest update of livekit-protocol/protocol has no releaseTimestamp to age against→"pendingChecks": trueforrenovate/livekit-protocol-protocol-digestBranch is not pending, removing pending upgrades (branch=renovate/livekit-protocol-protocol-digest)renovate-config-validatorpasses.