mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(renovate): app-template use OCI
This commit is contained in:
@@ -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}})!:"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user