diff --git a/.github/renovate/matchOpenStackHelm.json b/.github/renovate/matchOpenStackHelm.json index c3dace54f..582e27471 100644 --- a/.github/renovate/matchOpenStackHelm.json +++ b/.github/renovate/matchOpenStackHelm.json @@ -3,11 +3,9 @@ "customManagers": [ { "customType": "regex", - "managerFilePatterns": [ - "/apps/.*\\.ya?ml$" - ], + "fileMatch": ["apps.*\\.ya?ml$"], "matchStrings": [ - "['\"]?component:\\s['\"]?(?)['\"]?\\s*(?:repoUrl:\\s['\"]?(?.*?)?['\"]\\s*chartVersion:\\s['\"]?(?.*?)['\"]?" + "component:\\s['\"]?(?.*?)['\"]?\\s*(repoUrl:\\s['\"]?(?.*?)['\"]\\s*)?chartVersion:\\s['\"]?(?.*?)['\"]?" ], "datasourceTemplate": "helm", "registryUrlTemplate": "{{#if repoUrl }}{{repoUrl}}{{else}}https://tarballs.opendev.org/openstack/openstack-helm{{/if}}",