mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(renovate): mise commit message
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{
|
||||
"matchFileNames": [".mise.toml", "mise.toml"],
|
||||
"semanticCommitType": "{{#unless groupName}}chore{{/unless}}",
|
||||
"semanticCommitScope": "{{#unless groupName}}mise/{{depName}}{{/unless}}"
|
||||
"semanticCommitScope": "{{#unless groupName}}mise/{{#if (lookup (split depName ':') 1)}}{{ lookup (split depName ':') 1 }}{{else}}{{depName}}{{/if}}{{/unless}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,10 +10,6 @@
|
||||
{
|
||||
"matchFileNames": [".mise.toml", "mise.toml"],
|
||||
"addLabels": ["renovate/mise"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": [".mise.toml", "mise.toml"],
|
||||
"overrideDepName": "{{#if (lookup (split depName ':') 1)}}{{ lookup (split depName ':') 1 }}{{else}}{{depName}}{{/if}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user