feat: ignore cooldown for internal deps
All checks were successful
CI / Test (action.json) (pull_request) Successful in 15s
CI / Test (docker-compose.json) (pull_request) Successful in 14s
CI / Test (k8s.json) (pull_request) Successful in 14s
CI / Test (helm.json) (pull_request) Successful in 45s
CI / Test (common.json) (pull_request) Successful in 48s

This commit is contained in:
2026-02-08 19:51:18 +01:00
parent bc31fbd099
commit d142b731b5

View File

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