From f9ab3f1478ae2d16e390c5a304fd24f98a26b231 Mon Sep 17 00:00:00 2001 From: catsby Date: Fri, 20 Sep 2024 11:50:46 -0500 Subject: [PATCH] update renovate to hopefully fix uds-runtime dep Signed-off-by: catsby --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c4fa430b..fe9564f0 100644 --- a/renovate.json +++ b/renovate.json @@ -63,7 +63,8 @@ { "fileMatch": ["hack/update-uds-runtime-binaries.sh"], "matchStrings": ["CURRENT_VERSION=\"(?\\d+\\.\\d+\\.\\d+)\""], - "replaceString": "CURRENT_VERSION=\"${version}\"" + "depNameTemplate": "defenseunicorns/uds-runtime", + "datasourceTemplate": "github-releases" } ] }