From 8aadd88bdd809d32d75176832cc400fafe8d71ef Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 3 Jun 2025 21:01:01 -0500 Subject: [PATCH] chore: fix up renovate rules for OpenStack Helm Maybe fix 2bd599609c1f. --- .github/renovate/matchOpenStackHelm.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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}}",