From e2b782439b865a5c3f824e795434a0b0b0e3cb57 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Thu, 24 Oct 2024 18:07:14 +0000 Subject: [PATCH] ignore `templates` directory in renovate.json --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f62e55a..5f30d03 100644 --- a/renovate.json +++ b/renovate.json @@ -15,5 +15,8 @@ ], "kubernetes": { "fileMatch": ["\\.yaml$"] - } -} + }, + "ignorePaths": [ + "templates" + ] +} \ No newline at end of file