diff --git a/common.json b/common.json index c2e4f0a..9f6456f 100644 --- a/common.json +++ b/common.json @@ -5,8 +5,9 @@ "extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"], "packageRules": [ { + "matchManagers": ["docker-compose", "helm-values", "github-actions", "kubernetes", "dockerfile"], "matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"], - "minimumReleaseAge": null + "minimumReleaseAge": 0 } ] }