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",