From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:21:22 +0000 (+0000) Subject: renovate.json: migrate config to new format X-Git-Tag: rc-8_15_0-3^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ffb2cbf3e8f65fc60aa0be5b67071b6b727d1a6;p=thirdparty%2Fcurl.git renovate.json: migrate config to new format Closes #17854 --- 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"