renovate.json: fix patterns for OpenSSL, QuicTLS and generic

Follow-up to 17a669426f

Closes #17842
This commit is contained in:
Daniel Stenberg 2025-07-07 13:03:14 +02:00
parent ef2ccf862f
commit b5c531b09e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View 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",