From d36802fe3a1a00b734bdeeb7ee4fba390c477ea7 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 18 Feb 2025 14:47:59 -0600 Subject: [PATCH] fix(renovate): fix the path to OpenStack Helm --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6c5e21323..9c3f27369 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -18,7 +18,7 @@ { "customType": "regex", "fileMatch": [ - "app/appsets/openstack.yaml$" + "apps/appsets/openstack.yaml$" ], "matchStrings": [ "\\s- component: (?.+)\\n\\s+repoURL: (?.+)\\n\\s+chartVersion: (?.+)\\s"