From ae3f263b8fd392b131445a1352ec035de1ef947e Mon Sep 17 00:00:00 2001 From: Willy Lulciuc Date: Fri, 25 Oct 2024 10:34:29 -0700 Subject: [PATCH] Ignore `**/stats/**` Signed-off-by: Willy Lulciuc --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e23197964f..52a431426a 100644 --- a/renovate.json +++ b/renovate.json @@ -23,5 +23,5 @@ "addLabels": ["dependencies", "renovate"] } ], - "ignorePaths": ["**/chart/**", "**/dev/**"] + "ignorePaths": ["**/chart/**", "**/dev/**", "**/stats/**"] }