From 920cf557751054471b581f01d17332ab7343a45d Mon Sep 17 00:00:00 2001 From: eternal-flame-AD Date: Tue, 29 Oct 2024 16:42:12 -0500 Subject: [PATCH] Track go version to gotify/build Signed-off-by: eternal-flame-AD --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 33699f8a..e1652196 100644 --- a/renovate.json +++ b/renovate.json @@ -25,9 +25,10 @@ "matchStrings": [ "^(?.+)\\n" ], - "depNameTemplate": "https://github.com/golang/go", - "autoReplaceStringTemplate": "{{{newValue}}}", - "datasourceTemplate": "golang-version" + "extractVersionTemplate": "^v(?.+)$", + "depNameTemplate": "https://github.com/gotify/build", + "autoReplaceStringTemplate": "{{{replace '^v(.+)$' '$1' newValue}}}", + "datasourceTemplate": "github-tags" } ], "packageRules": [