feat(renovate): use my commit messages for mise

This commit is contained in:
JJGadgets
2025-05-10 01:14:02 +08:00
parent 80e054237c
commit bc50533730
2 changed files with 10 additions and 1 deletions

View File

@@ -85,6 +85,15 @@
"matchUpdateTypes": ["major"],
"matchFileNames": [".github/workflows/**"],
"commitMessagePrefix": "feat(gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}})!: "
},
{
"matchFileNames": [".mise.toml", "mise.toml"],
"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

@@ -16,10 +16,10 @@
"github>buroa/k8s-gitops//.renovate/grafanaDashboards.json5#1b97193da1d11d80918f02de13840aa9f28ef06f",
"github>JJGadgets/Biohazard//.renovate/groups.json5",
"github>JJGadgets/Biohazard//.renovate/clusters.json5",
"github>JJGadgets/Biohazard//.renovate/mise.json5",
"github>JJGadgets/Biohazard//.renovate/commitMessage.json5",
"github>JJGadgets/Biohazard//.renovate/labels.json5",
"github>JJGadgets/Biohazard//.renovate/security.json5",
"github>JJGadgets/Biohazard//.renovate/mise.json5",
//"github>mirceanton/renovate-config//custom-manager-mise.json5#563f485db859084f436e7ce9ff30587263fdec12",
"security:openssf-scorecard",
"helpers:pinGitHubActionDigests"