fix: match managers in ignore of cooldown for local deps
All checks were successful
CD / Release (push) Successful in 6s

Reviewed-on: #33
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #33.
This commit is contained in:
2026-02-08 20:37:01 +01:00
committed by t.behrendt
parent 7a4f5cb141
commit 950bdb12f4

View File

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