From 8a89d025eb0bd15f81b5436dbab4398fcdc88452 Mon Sep 17 00:00:00 2001 From: Jason Lernerman Date: Thu, 27 Aug 2026 14:05:14 -0400 Subject: [PATCH] chore(renovate): don't age-gate submodule digest bumps 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. --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 871bef85..c7835844 100644 --- a/renovate.json +++ b/renovate.json @@ -38,6 +38,10 @@ "matchManagers": ["git-submodules"], "matchDepNames": ["livekit-rtc/rust-sdks"], "enabled": false + }, + { + "matchManagers": ["git-submodules"], + "minimumReleaseAge": null } ] }