feat: ignore cooldown for internal deps #32

Merged
t.behrendt merged 4 commits from feat-ignore-cooldown-for-internal-deps into main 2026-02-08 20:01:35 +01:00
Showing only changes of commit d142b731b5 - Show all commits

View File

@@ -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
}
]
}