ci(renovate): ignore test files #39

Merged
t.behrendt merged 1 commits from ci-renovate-ignore-test-files into main 2026-02-15 11:26:24 +01:00
Showing only changes of commit ecc0e04ef7 - Show all commits
+6
View File
@@ -3,5 +3,11 @@
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action" "local>t.behrendt/renovate-configs:action"
],
"packageRules": [
{
"matchManagers": ["dockerfile", "kubernetes", "helmfile", "helm-values"],
"ignorePaths": ["get-images-from-files/test*"]
}
] ]
} }