Files
sec-actions/renovate.json
T
t.behrendt 09fb31ca3a
CD / Release (push) Successful in 19s
ci(renovate): ignore test files (#39)
Excluding the test files `test-compose.yaml`, `test-deployment.yaml`, `test-values-helmfile.yaml`, and `test.Dockerfile` from dependabot updates.

Reviewed-on: t.behrendt/trivy-actions#39
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-02-15 11:26:23 +01:00

14 lines
354 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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*"]
}
]
}