fix(renovate/mise): chore commit type, branch prefix, aqua fix

This commit is contained in:
JJGadgets
2025-05-10 02:48:13 +08:00
parent c5daa65937
commit b4236a2bcc
2 changed files with 10 additions and 8 deletions

View File

@@ -88,12 +88,8 @@
},
{
"matchFileNames": [".mise.toml", "mise.toml"],
"semanticCommitType": "chore",
"semanticCommitScope": "mise/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}}"
},
{
"matchFileNames": [".mise.toml", "mise.toml"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(mise/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}})!: "
}
]
}

View File

@@ -5,8 +5,15 @@
{
"matchFileNames": [".mise.toml", "mise.toml"],
"semanticCommitType": "chore",
"semanticCommitScope": "mise",
"semanticCommitScope": "mise"
},
{
"matchFileNames": [".mise.toml", "mise.toml"],
"addLabels": ["renovate/mise"]
},
{
"matchFileNames": [".mise.toml", "mise.toml"],
"additionalBranchPrefix": "mise/"
}
],
"customManagers": [
@@ -55,8 +62,7 @@
"description": "Process aqua and ubi packages in mise.toml",
"fileMatch": [".mise.toml", "mise.toml"],
"matchStrings": [
"^\"(?:aqua|ubi):+(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\"",
"^(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\""
"^(?:\"aqua:|\"ubi:)?(?<depName>[\\w\\-\\/]+)\"? = \\[?\"(?<currentValue>[\\d\\.]+|latest|v[\\d\\.]+)\""
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver",