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