From 5f48e8f0daacb518bd28aa5f18eebd859bdad322 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 2 May 2025 14:42:28 -0500 Subject: [PATCH] fix: renovate rule for understack containers Fix the bad syntax in 50120fd4088d5 and narrow down the file match. --- .github/renovate/understackContainerMatch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate/understackContainerMatch.json b/.github/renovate/understackContainerMatch.json index eeae82453..8a815bbae 100644 --- a/.github/renovate/understackContainerMatch.json +++ b/.github/renovate/understackContainerMatch.json @@ -3,9 +3,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^.*\\.ya?ml$"], + "fileMatch": ["(^|/)images-openstack\\.ya?ml$"], "matchStrings": [ - "ghcr\\.io/rackerlabs/understack/(?[\\w-]+):(?[\\w.-]+" + "ghcr\\.io/rackerlabs/understack/(?[\\w-]+):(?[\\w.-]+)" ], "datasourceTemplate": "docker", "packageNameTemplate": "ghcr.io/rackerlabs/understack/{{depName}}",