libre.sh/renovate/semanticCommits.json5

18 lines
361 B
Text

{
"packageRules": [
{
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat!: "
},
{
"matchUpdateTypes": ["minor"],
"semanticCommitType": "feat",
"semanticCommitScope": ""
},
{
"matchUpdateTypes": ["digest", "patch"],
"semanticCommitType": "fix",
"semanticCommitScope": ""
}
]
}