]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renovate.json: migrate config to new format rc-8_15_0-3
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Mon, 7 Jul 2025 17:21:22 +0000 (17:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jul 2025 08:40:36 +0000 (10:40 +0200)
Closes #17854

renovate.json

index 448ac1cca31ff3d2603902924404b839b584519d..c1bdf731cb9dc04df75d8ec4f3d1f318fd247889 100644 (file)
@@ -48,8 +48,8 @@
   "customManagers": [
     {
       "customType": "regex",
-      "fileMatch": [
-        ".circleci/config.yml"
+      "managerFilePatterns": [
+        "/.circleci/config.yml/"
       ],
       "matchStrings": [
         "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VER=(?<currentValue>.*)\\s"
@@ -59,8 +59,8 @@
     },
     {
       "customType": "regex",
-      "fileMatch": [
-        "^.github/workflows/.*\\.yml$"
+      "managerFilePatterns": [
+        "/^.github/workflows/.*\\.yml$/"
       ],
       "matchStrings": [
         "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VERSION:\\s*(?<currentValue>.*)\\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: (?<currentValue>.*)\\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: (?<currentValue>.*)\\s"