ci(renovate): disable all manager except github-actions #61

Merged
t.behrendt merged 1 commits from ci-renovate-fix-ignore into main 2026-06-21 18:10:30 +02:00
Showing only changes of commit 12604a0d3b - Show all commits
+2 -10
View File
@@ -1,13 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["local>t.behrendt/renovate-configs:action"],
"local>t.behrendt/renovate-configs:common", "enabledManagers": "github-actions"
"local>t.behrendt/renovate-configs:action"
],
"packageRules": [
{
"matchManagers": ["dockerfile", "kubernetes", "helmfile", "helm-values"],
"ignorePaths": ["get-images-from-files/test*"]
}
]
} }