renovate: merge two custom regex rules, escape dots

There are no longer envs ending with `_VER` in Circle CI config.

Follow-up to 17a669426f36b467dfd945b4b35f6211598b7977 #17537

Closes #20412
This commit is contained in:
Viktor Szakats 2026-01-23 15:38:15 +01:00
parent c04ce3af0e
commit bd1cd21caa
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -71,18 +71,8 @@
{
"customType": "regex",
"managerFilePatterns": [
"/.circleci/config.yml/"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VER=(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
"extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}"
},
{
"customType": "regex",
"managerFilePatterns": [
"/^.github/workflows/.*\\.yml$/"
"/^\\.circleci/config\\.yml/",
"/^\\.github/workflows/.*\\.yml$/"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.+?))?( registryUrl=(?<registryUrl>.*?))?\\s.*?_VERSION:\\s*(?<currentValue>.*)\\s"
@ -93,8 +83,8 @@
{
"customType": "regex",
"managerFilePatterns": [
"/^.github/workflows/linux.yml$/",
"/^.github/workflows/http3-linux.yml$/"
"/^\\.github/workflows/http3-linux\\.yml$/",
"/^\\.github/workflows/linux\\.yml$/"
],
"matchStrings": [
"OPENSSL_VERSION: (?<currentValue>.*)\\s"
@ -107,7 +97,7 @@
{
"customType": "regex",
"managerFilePatterns": [
"/^.github/workflows/linux.yml$/"
"/^\\.github/workflows/linux\\.yml$/"
],
"matchStrings": [
"OPENLDAP_VERSION: (?<currentValue>.*)\\s"