From 5d76d05b5da09e4c41de348aedfa75a5ddcc2eb8 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Mon, 9 Feb 2026 19:43:56 +0100 Subject: [PATCH] feat: add minimumReleaseAge for all deps (#34) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/34 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- common.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common.json b/common.json index 9f6456f..259ac3a 100644 --- a/common.json +++ b/common.json @@ -5,6 +5,13 @@ "extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"], "packageRules": [ { + "description": "Don't update dependencies unless they are at least 7 days old", + "minimumReleaseAge": 7, + "minimumReleaseAgeBehaviour": "timestamp-optional", + "internalChecksFilter": "strict" + }, + { + "description": "Exempt local dependencies from the minimum release age", "matchManagers": ["docker-compose", "helm-values", "github-actions", "kubernetes", "dockerfile"], "matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"], "minimumReleaseAge": 0