From f9032c1693d6453ead70b0efa63f8eab4aeb2749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Mon, 26 May 2025 10:50:33 +0200 Subject: [PATCH] Fix renovate configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove 'baseBranches' configuration option as it's not allowed within the regex customManager. Fixes #59 Signed-off-by: Miguel Martín --- renovate.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/renovate.json b/renovate.json index 39e3d6b..950c79a 100644 --- a/renovate.json +++ b/renovate.json @@ -43,9 +43,6 @@ "description": [ "Update 'REPOS_IMAGE' and 'BUILDER_IMAGE' in tekton files" ], - "baseBranches": [ - "main" - ], "fileMatch": [ ".tekton/.*\\.yaml$", ".tekton/.*\\.yml$"