mirror of
https://github.com/curl/curl.git
synced 2026-01-25 22:47:57 +00:00
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:
parent
c04ce3af0e
commit
bd1cd21caa
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user