From eb5a544b87bd432774c64b1c23b36d8ea7c31cdd Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 27 Nov 2025 16:18:30 +0100 Subject: [PATCH] more explicit exclude --- .github/renovate/main.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate/main.json5 b/.github/renovate/main.json5 index 29b97e75c4e..9d87e8b001b 100644 --- a/.github/renovate/main.json5 +++ b/.github/renovate/main.json5 @@ -57,6 +57,7 @@ "**/resources/**", "‎**/repositories/oci/**", "**common/test-chart/tests/**", + "**common/test-chart/**", "charts/library/common/test-chart/tests/**" ] }