From 9d051fb2dda1c18ff728d1d3d35d286575dd7303 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:25:26 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 88a8f4de6..514630443 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["\\.tekton/.*\\.yaml$"], + "managerFilePatterns": [ + "/\\.tekton/.*\\.yaml$/" + ], "matchStrings": [ "#\\s*renovate:\\s*datasource=git-refs\\s+depName=(?[^\\s]+)\\s+branch=(?[^\\s]+)\\s*\\n\\s*value:\\s*(?[a-f0-9]+)" ],