From 1cbf52e8c974ecdcf1fc9232e90cab466a3b7ccc Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 10 May 2025 02:29:27 +0800 Subject: [PATCH] fix(renovate/mise): unable to lookup github-releases --- .renovate/mise.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovate/mise.json5 b/.renovate/mise.json5 index acf01e5f..39bc8aa2 100644 --- a/.renovate/mise.json5 +++ b/.renovate/mise.json5 @@ -55,7 +55,7 @@ "description": "Process aqua and ubi packages in mise.toml", "fileMatch": [".mise.toml", "mise.toml"], "matchStrings": [ - "(?:^\"aqua:|^\"ubi:|^[^[:punct:]])+(?[\\w\\-\\/]+)\"? = \\[?\"(?[\\d\\.]+|latest|v[\\d\\.]+)\"" + "^(?:\"aqua:|\"ubi:|[^[:punct:]])+(?[\\w\\-\\/]+)\"? = \\[?\"(?[\\d\\.]+|latest|v[\\d\\.]+)\"" ], "datasourceTemplate": "github-releases", "versioningTemplate": "semver",