From b31f1b11a8ae9f28648a3da88d3e58ea6c272259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 13:46:51 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8c87c6556..c4464252f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -83,8 +83,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^pkg/constants/constants.go$" + "managerFilePatterns": [ + "/^pkg/constants/constants.go$/" ], "matchStrings": [ "// renovate: datasource=(?\\S+) depName=(?\\S+)\n\\s*const\\s+\\S+\\s*=\\s*\"(?[^\"]+)\"" @@ -94,8 +94,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^Taskfile.yaml$" + "managerFilePatterns": [ + "/^Taskfile.yaml$/" ], "matchStrings": [ "go install (?\\S+)@(?\\S+)" @@ -105,8 +105,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^Taskfile.yaml$" + "managerFilePatterns": [ + "/^Taskfile.yaml$/" ], "matchStrings": [ "choco install (?\\S+) --version=(?\\S+)"