From: Viktor Szakats Date: Fri, 23 Jan 2026 14:38:15 +0000 (+0100) Subject: renovate: merge two custom regex rules, escape dots X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1cd21caa784061410b5e988b4c275c84b4b7ef;p=thirdparty%2Fcurl.git 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 --- diff --git a/renovate.json b/renovate.json index 7b1b02a378..99164d5022 100644 --- a/renovate.json +++ b/renovate.json @@ -71,18 +71,8 @@ { "customType": "regex", "managerFilePatterns": [ - "/.circleci/config.yml/" - ], - "matchStrings": [ - "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.+?))?( registryUrl=(?.*?))?\\s.*?_VER=(?.*)\\s" - ], - "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}", - "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?.+)${{/if}}" - }, - { - "customType": "regex", - "managerFilePatterns": [ - "/^.github/workflows/.*\\.yml$/" + "/^\\.circleci/config\\.yml/", + "/^\\.github/workflows/.*\\.yml$/" ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.+?))?( registryUrl=(?.*?))?\\s.*?_VERSION:\\s*(?.*)\\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: (?.*)\\s" @@ -107,7 +97,7 @@ { "customType": "regex", "managerFilePatterns": [ - "/^.github/workflows/linux.yml$/" + "/^\\.github/workflows/linux\\.yml$/" ], "matchStrings": [ "OPENLDAP_VERSION: (?.*)\\s"