From c68ca8195b401d757b66a90fababdf20a41ea5c8 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 31 Jul 2025 09:57:36 +0200 Subject: [PATCH] chore(renovate): ignore act test data --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 35fe2b42..43a1e4f1 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,5 @@ "separateMinorPatch": true } ], - "ignorePaths": ["**/node_modules/**"] + "ignorePaths": ["act/*/testdata/**", "**/node_modules/**"] }