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