From cd91321c5be03bfb9092f6dba4e1142606697c76 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Tue, 10 Feb 2026 08:25:57 +0100 Subject: [PATCH] feat: chage minimumReleaseAgeBehaviour to strict (#36) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/36 Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.json b/common.json index f4bdfad..e603cb3 100644 --- a/common.json +++ b/common.json @@ -7,7 +7,7 @@ { "description": "Don't update dependencies unless they are at least 7 days old", "minimumReleaseAge": "7 days", - "minimumReleaseAgeBehaviour": "timestamp-optional", + "minimumReleaseAgeBehaviour": "timestamp-required", "internalChecksFilter": "strict" }, {