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