From 779a96be7b552fdb4ff6ae888a7a7a307a291f0e Mon Sep 17 00:00:00 2001 From: "nathan r. hruby" Date: Fri, 1 May 2026 19:41:49 -0700 Subject: [PATCH] Update .renovaterc.json try minimumReleaseAgeBehaviour to unstick some stuff without a timestamp --- .renovaterc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.renovaterc.json b/.renovaterc.json index 076a42d..94aabac 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -28,6 +28,7 @@ "separateMinorPatch": true, "timezone": "America/Los_Angeles", "minimumReleaseAge": "3 days", + "minimumReleaseAgeBehaviour": "timestamp-optional", "prCreation": "not-pending", "internalChecksFilter": "strict" }