diff --git a/common.json b/common.json index 663c273..c2e4f0a 100644 --- a/common.json +++ b/common.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "dependencyDashboard": true, "semanticCommits": "enabled", - "extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"] + "extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"], + "packageRules": [ + { + "matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"], + "minimumReleaseAge": null + } + ] }