mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 18:18:26 +00:00
fix(renovate/mise): chore commit type, branch prefix, aqua fix
This commit is contained in:
@@ -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}})!: "
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user