From 7082fcf25e172392faf1e5e22f71b303cb384068 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Mon, 9 Feb 2026 19:39:04 +0100 Subject: [PATCH] feat: add minimumReleaseAge for all deps --- 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 -- 2.49.1