chore(renovate): enable semantic commit
This commit is contained in:
parent
d8057f927c
commit
5360f333bb
1 changed files with 8 additions and 1 deletions
|
|
@ -3,12 +3,19 @@
|
|||
"master"
|
||||
],
|
||||
"rebaseWhen": "conflicted",
|
||||
"semanticCommits": "enabled",
|
||||
"labels": [
|
||||
"Dependencies"
|
||||
],
|
||||
"extends": [
|
||||
":semanticCommits",
|
||||
"config:best-practices",
|
||||
"github>mihonapp/mihon//.github/renovate.json5"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "GitHub Actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"pinDigests": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue