]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
renovate.json: fix patterns for OpenSSL, QuicTLS and generic
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jul 2025 11:03:14 +0000 (13:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jul 2025 13:23:57 +0000 (15:23 +0200)
Follow-up to 17a669426f

Closes #17842

renovate.json

index f8b540785c33a3160e77e2685031d3da90263325..448ac1cca31ff3d2603902924404b839b584519d 100644 (file)
@@ -63,7 +63,7 @@
         "^.github/workflows/.*\\.yml$"
       ],
       "matchStrings": [
-        "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?-version:\\s*(?<currentValue>.*)\\s"
+        "# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VERSION:\\s*(?<currentValue>.*)\\s"
       ],
       "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
       "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
@@ -75,7 +75,7 @@
         "^.github/workflows/http3-linux.yml$"
       ],
       "matchStrings": [
-        "openssl-version: (?<currentValue>.*)\\s"
+        "OPENSSL_VERSION: (?<currentValue>.*)\\s"
       ],
       "datasourceTemplate": "github-tags",
       "depNameTemplate": "openssl/openssl",
@@ -89,7 +89,7 @@
         "^.github/workflows/http3-linux.yml$"
       ],
       "matchStrings": [
-        "quictls-version: (?<currentValue>.*)\\s"
+        "QUICTLS_VERSION: (?<currentValue>.*)\\s"
       ],
       "datasourceTemplate": "github-tags",
       "depNameTemplate": "quictls/openssl",