fix(renovate/mise): unable to lookup github-releases

This commit is contained in:
JJGadgets
2025-05-10 02:38:42 +08:00
parent 1cbf52e8c9
commit 7b6f631c1d

View File

@@ -55,7 +55,8 @@
"description": "Process aqua and ubi packages in mise.toml",
"fileMatch": [".mise.toml", "mise.toml"],
"matchStrings": [
"^(?:\"aqua:|\"ubi:|[^[:punct:]])+(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\""
"^\"(?:aqua|ubi):+(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\"",
"^(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\""
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver",