From e520c17c09431cc6a66e3eb6d39cb9bc37379e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Wed, 4 Jun 2025 09:45:37 +0200 Subject: [PATCH] Simplify managerFilePatterns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miguel Martín --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 0742403..f5b8547 100644 --- a/renovate.json +++ b/renovate.json @@ -10,8 +10,7 @@ ".tekton/**" ], "managerFilePatterns": [ - "/\\.yaml$/", - "/\\.yml$/" + "/\\.ya?ml$/" ], "packageRules": [ { @@ -44,8 +43,7 @@ "Update 'REPOS_IMAGE' and 'BUILDER_IMAGE' in tekton files" ], "managerFilePatterns": [ - "/.tekton/.*\\.yaml$/", - "/.tekton/.*\\.yml$/" + "/.tekton/.*\\.ya?ml$/" ], "matchStrings": [ "REPOS_IMAGE=(?.*):(?.*)@(?.*)\\n",