"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"
},
{
"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"
},
{
"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"
},
{
"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"