diff --git a/.renovate/mise.json5 b/.renovate/mise.json5 index 69cab51f..e6342b84 100644 --- a/.renovate/mise.json5 +++ b/.renovate/mise.json5 @@ -15,7 +15,7 @@ "description": "Process aqua and ubi packages in mise.toml", "fileMatch": [".mise.toml", "mise.toml"], "matchStrings": [ - "\"?(?:aqua:|ubi:)?(?[\\w\\-]+\\/[\\w\\-]+)\"? = \\[?\"(?[\\d\\.]+|latest|v[\\d\\.]+)\"" + "\"?(?:aqua:|ubi:)?(?[\\w\\-\\/]+)\"? = \\[?\"(?[\\d\\.]+|latest|v[\\d\\.]+)\"" ], "datasourceTemplate": "github-releases", "versioningTemplate": "semver", @@ -26,7 +26,7 @@ "description": "Process Go packages in mise.toml", "fileMatch": [".mise.toml", "mise.toml"], "matchStrings": [ - "\"go:(?[\\w\\-\\/\\.]*)\" = \\[?\"(?[\\d\\.]+)\"" + "\"go:(?[\\w\\-\\/\\.]+)\" = \\[?\"(?[\\d\\.]+)\"" ], "datasourceTemplate": "go", "versioningTemplate": "semver" @@ -36,7 +36,7 @@ "description": "Process cargo packages in mise.toml", "fileMatch": [".mise.toml", "mise.toml"], "matchStrings": [ - "\"cargo:(?[\\w\\-\\/]*)\" = \\[?\"(?[\\d\\.]+)\"" + "\"cargo:(?[\\w\\-\\/]+)\" = \\[?\"(?[\\d\\.]+)\"" ], "datasourceTemplate": "crate", "versioningTemplate": "cargo" @@ -46,7 +46,7 @@ "description": "Process npm packages in mise.toml", "fileMatch": [".mise.toml", "mise.toml"], "matchStrings": [ - "\"npm:(?@?[\\w\\-\\/]*)\" = \\[?\"(?[\\d\\.]+)\"" + "\"npm:(?@?[\\w\\-\\/]+)\" = \\[?\"(?[\\d\\.]+)\"" ], "datasourceTemplate": "npm", "versioningTemplate": "semver" @@ -56,7 +56,7 @@ "description": "Process pipx packages in mise.toml", "fileMatch": [".mise.toml", "mise.toml"], "matchStrings": [ - "\"pipx:(?[\\w\\-\\.]*)\" = \\[?\"(?[\\d\\.]+|latest)\"" + "\"pipx:(?[\\w\\-\\.]+)\" = \\[?\"(?[\\d\\.]+|latest)\"" ], "datasourceTemplate": "pypi", "versioningTemplate": "pep440"