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+)"