From 68a160b77c4ff66dcbe918dd55e2924a0aa1ab46 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 13 Jul 2025 22:42:27 +0800 Subject: [PATCH] feat(renovate): mise commit message --- .renovate/commitMessage.json5 | 2 +- .renovate/mise.json5 | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.renovate/commitMessage.json5 b/.renovate/commitMessage.json5 index 7c3baf0d..0250f4d7 100644 --- a/.renovate/commitMessage.json5 +++ b/.renovate/commitMessage.json5 @@ -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}}" } ] } diff --git a/.renovate/mise.json5 b/.renovate/mise.json5 index f21d7bcd..2827ca02 100644 --- a/.renovate/mise.json5 +++ b/.renovate/mise.json5 @@ -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}}" } ] }