From 7b6f631c1d2e6b516ae7bdcf9d0f7f7e379b49ef Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 10 May 2025 02:38:42 +0800 Subject: [PATCH] fix(renovate/mise): unable to lookup github-releases --- .renovate/mise.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.renovate/mise.json5 b/.renovate/mise.json5 index 39bc8aa2..a722aa14 100644 --- a/.renovate/mise.json5 +++ b/.renovate/mise.json5 @@ -55,7 +55,8 @@ "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):+(?[\\w\\-\\/]+)\"? = \\[?\"(?[\\d\\.]+|latest|v[\\d\\.]+)\"", + "^(?[\\w\\-\\/]+)\"? = \\[?\"(?[\\d\\.]+|latest|v[\\d\\.]+)\"" ], "datasourceTemplate": "github-releases", "versioningTemplate": "semver",