From 54b36c9a3dc55b1407f3e73c4e399d17cdf65cf0 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Mon, 30 Oct 2023 15:19:06 +0100 Subject: [PATCH] chore: enable renovate on helm test files (#2370) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e51aba51fc..23041b9fc9 100644 --- a/renovate.json +++ b/renovate.json @@ -78,7 +78,8 @@ "kubernetes": { "fileMatch": [ "examples\\/.*\\.ya?ml$", - "test\\/.*\\.ya?ml$" + "test\\/.*\\.ya?ml$", + ".github\\/scripts\\/.helm-tests\\/**\\/*.ya?ml$" ], "packageRules": [ {