From 2eb9d2f345a6ab2387b06e379b91e380b22d3271 Mon Sep 17 00:00:00 2001 From: catsby Date: Tue, 1 Oct 2024 16:52:27 -0500 Subject: [PATCH] fix: update renovate script regex for uds-runtime Signed-off-by: catsby --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fe9564f0..4f38b832 100644 --- a/renovate.json +++ b/renovate.json @@ -62,7 +62,7 @@ }, { "fileMatch": ["hack/update-uds-runtime-binaries.sh"], - "matchStrings": ["CURRENT_VERSION=\"(?\\d+\\.\\d+\\.\\d+)\""], + "matchStrings": ["CURRENT_VERSION=\"v(?\\d+\\.\\d+\\.\\d+)\""], "depNameTemplate": "defenseunicorns/uds-runtime", "datasourceTemplate": "github-releases" }