diff --git a/renovate.json b/renovate.json index 448ac1cca3..c1bdf731cb 100644 --- a/renovate.json +++ b/renovate.json @@ -48,8 +48,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - ".circleci/config.yml" + "managerFilePatterns": [ + "/.circleci/config.yml/" ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.+?))?( registryUrl=(?.*?))?\\s.*?_VER=(?.*)\\s" @@ -59,8 +59,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/.*\\.yml$" + "managerFilePatterns": [ + "/^.github/workflows/.*\\.yml$/" ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.+?))?( registryUrl=(?.*?))?\\s.*?_VERSION:\\s*(?.*)\\s" @@ -70,9 +70,9 @@ }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/linux.yml$", - "^.github/workflows/http3-linux.yml$" + "managerFilePatterns": [ + "/^.github/workflows/linux.yml$/", + "/^.github/workflows/http3-linux.yml$/" ], "matchStrings": [ "OPENSSL_VERSION: (?.*)\\s" @@ -84,9 +84,9 @@ }, { "customType": "regex", - "fileMatch": [ - "^.github/workflows/linux.yml$", - "^.github/workflows/http3-linux.yml$" + "managerFilePatterns": [ + "/^.github/workflows/linux.yml$/", + "/^.github/workflows/http3-linux.yml$/" ], "matchStrings": [ "QUICTLS_VERSION: (?.*)\\s"