From 538f56bcb9b07a6a080407b5807b3a3089e0ac83 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Feb 2026 20:58:43 +0000 Subject: [PATCH] chore: update minimum release age for dependency updates from 30 days to 14 days --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c73620f2..37d09851 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -151,7 +151,7 @@ "matchBaseBranches": ["development"], "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": false, - "minimumReleaseAge": "30 days" + "minimumReleaseAge": "14 days" }, { "description": "Preserve your custom Caddy patch labels but allow them to group into the weekly PR",