feat(renovate): app-template use OCI

This commit is contained in:
JJGadgets
2025-06-10 17:55:33 +08:00
parent 4ed53a0159
commit 8d6b2a1259

View File

@@ -1,10 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "{{semanticCommitType}}({{semanticCommitScope}})!:"
},
{
"matchUpdateTypes": ["minor"],
"semanticCommitType": "feat"
@@ -43,6 +39,10 @@
"matchUpdateTypes": ["major", "minor", "patch", "digest", "rollback", "bump"],
"semanticCommitType": "chore",
"semanticCommitScope": "mise/{{#if groupName}}/group/{{groupName}}{{else}}{{depName}}{{/if}}"
},
{
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "{{semanticCommitType}}({{semanticCommitScope}})!:"
}
]
}