renovate.json: migrate config to new format

Closes #17854
This commit is contained in:
renovate[bot] 2025-07-07 17:21:22 +00:00 committed by Daniel Stenberg
parent 9990c14ba5
commit 7ffb2cbf3e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

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