From 1a0d02f23b48590ef0d8d9fc431735c450f24c98 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 16 Nov 2022 15:53:55 +0100 Subject: [PATCH] fix ignore paths Signed-off-by: Moritz Wiesinger --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 15ff007098..f5905e1050 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,10 @@ "gomodTidy", "gomodMassage" ], + "ignorePaths": [ + "**/test/**", + "**/tests/**" + ], "packageRules": [ { "matchManagers": ["gomod"],