From ed333262a14ef063e7a68d39ac9ed84f98f3ddc0 Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Thu, 14 Mar 2024 11:00:40 +0100 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6d36749..637c80f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,7 @@ "fileMatch": [".*Dockerfile$"], "matchStrings": ["ENV SEAFILE_VERSION=(?.*?)\\n"], "depNameTemplate": "haiwen/seahub", - "datasourceTemplate": "github-releases", + "datasourceTemplate": "github-tags", "extractVersionTemplate": "^v(?.*)-server$" } ],