From cc3b56c25cc1580b672b6d132bdcbc645a06153d Mon Sep 17 00:00:00 2001 From: Takashi Iwamoto Date: Wed, 15 Apr 2026 20:03:33 +0900 Subject: [PATCH] chore: shorten minimumReleaseAge to 1 day Reduce Renovate's release-age waiting period from 3 days to 1 day so pending updates flow through faster. Slightly weakens supply-chain attack protection, but acceptable for a personal project. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Takashi Iwamoto --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 44e9679..bbe648c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,7 +9,7 @@ ":prConcurrentLimitNone", ":prHourlyLimitNone" ], - "minimumReleaseAge": "3 days", + "minimumReleaseAge": "1 day", "minimumReleaseAgeBehaviour": "timestamp-optional", "vulnerabilityAlerts": { "enabled": true,