mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:21:40 +03:00
renovate: merge two custom regex rules, escape dots
There are no longer envs ending with `_VER` in Circle CI config.
Follow-up to 17a669426f #17537
Closes #20412
This commit is contained in:
parent
c04ce3af0e
commit
bd1cd21caa
1 changed files with 5 additions and 15 deletions
|
|
@ -71,18 +71,8 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": [
|
"managerFilePatterns": [
|
||||||
"/.circleci/config.yml/"
|
"/^\\.circleci/config\\.yml/",
|
||||||
],
|
"/^\\.github/workflows/.*\\.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$/"
|
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"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"
|
||||||
|
|
@ -93,8 +83,8 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": [
|
"managerFilePatterns": [
|
||||||
"/^.github/workflows/linux.yml$/",
|
"/^\\.github/workflows/http3-linux\\.yml$/",
|
||||||
"/^.github/workflows/http3-linux.yml$/"
|
"/^\\.github/workflows/linux\\.yml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"OPENSSL_VERSION: (?<currentValue>.*)\\s"
|
"OPENSSL_VERSION: (?<currentValue>.*)\\s"
|
||||||
|
|
@ -107,7 +97,7 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": [
|
"managerFilePatterns": [
|
||||||
"/^.github/workflows/linux.yml$/"
|
"/^\\.github/workflows/linux\\.yml$/"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"OPENLDAP_VERSION: (?<currentValue>.*)\\s"
|
"OPENLDAP_VERSION: (?<currentValue>.*)\\s"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue