From 4d6ed7214c0bc1d335ed8a0fa493de9c5b793067 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sat, 12 Oct 2024 22:52:44 +0200 Subject: [PATCH] Update main.json5 Signed-off-by: Kjeld Schouten --- renovate/main.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate/main.json5 b/renovate/main.json5 index 1ab70fc5ba8..b23b305d02a 100644 --- a/renovate/main.json5 +++ b/renovate/main.json5 @@ -53,5 +53,6 @@ ], "ignoreDeps": [ // List any dependencies to ignore globally if needed - ] + ], + "ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"], }