From d6fd6444bf4547d6263e55ee20e820dcb389ec58 Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn <6355577+karl-johan-grahn@users.noreply.github.com> Date: Mon, 27 May 2024 10:56:02 +0200 Subject: [PATCH] update (#244) --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 616dc7ca..39e38959 100644 --- a/renovate.json +++ b/renovate.json @@ -13,9 +13,9 @@ ".vale.ini" ], "matchStrings": [ - "https:\/\/github.com\/(?.*)\/releases\/download\/(?.*)\/.*.tar.gz" + "https:\/\/github\\.com\/(?.*)\/releases\/download\/(?.*)\/.*\\.zip" ], - "datasourceTemplate": "github-release-attachments" + "datasourceTemplate": "github-releases" } ] }