From 09fb31ca3a203eaa78d4139d94b3aee3ff5d2388 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sun, 15 Feb 2026 11:26:23 +0100 Subject: [PATCH] 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: https://gitea.t000-n.de/t.behrendt/trivy-actions/pulls/39 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 9e28a36..75c1077 100644 --- a/renovate.json +++ b/renovate.json @@ -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*"] + } ] }