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

This commit is contained in:
JJGadgets
2025-05-10 02:29:27 +08:00
parent 50b374f47b
commit 1cbf52e8c9

View File

@@ -55,7 +55,7 @@
"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:|[^[:punct:]])+(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\""
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver",