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