From d55296c1a846c4f5e38aa40c187ee78733c953e7 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Tue, 10 Feb 2026 08:24:18 +0100 Subject: [PATCH] feat: chage minimumReleaseAgeBehaviour to strict --- 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" }, {