mirror of
https://github.com/curl/curl.git
synced 2026-05-13 23:06:21 +03:00
renovate.json: fix patterns for OpenSSL, QuicTLS and generic
Follow-up to 17a669426f
Closes #17842
This commit is contained in:
parent
ef2ccf862f
commit
b5c531b09e
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue