fix: match managers in ignore of cooldown for local deps #33

Merged
t.behrendt merged 1 commits from fix-ignore-for-local-deps into main 2026-02-08 20:37:01 +01:00
Showing only changes of commit 0fc5a22bf1 - Show all commits

View File

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