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"