ci(renovate): ignore test files
CI / Test Setup Trivy amd64 (pull_request) Successful in 5s
CI / Test Get Images From Files (pull_request) Successful in 11s
CI / Test Setup DB (pull_request) Successful in 14s
CI / Test Setup Trivy arm64 (pull_request) Successful in 1m5s

This commit is contained in:
2026-02-15 11:04:47 +01:00
parent 067d321f7a
commit ecc0e04ef7
+6
View File
@@ -3,5 +3,11 @@
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
],
"packageRules": [
{
"matchManagers": ["dockerfile", "kubernetes", "helmfile", "helm-values"],
"ignorePaths": ["get-images-from-files/test*"]
}
]
}