From 73ba70b8880a215d68ad32a95700a8afd9787a60 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 22 Sep 2024 01:19:41 +0100 Subject: [PATCH] add ignorePaths to renovate --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 4fc5cd9..82ae8ec 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,7 @@ ":timezone(Europe/London)" ], "dependencyDashboardTitle": "Renovate Dashboard 🤖", + "ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"], "flux": { "fileMatch": ["\\.yaml$"] },