chore(renovate): enable semantic commit

This commit is contained in:
Cuong-Tran 2025-04-26 02:44:26 +07:00
parent d8057f927c
commit 5360f333bb
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -3,12 +3,19 @@
"master" "master"
], ],
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"semanticCommits": "enabled",
"labels": [ "labels": [
"Dependencies" "Dependencies"
], ],
"extends": [ "extends": [
":semanticCommits",
"config:best-practices", "config:best-practices",
"github>mihonapp/mihon//.github/renovate.json5" "github>mihonapp/mihon//.github/renovate.json5"
],
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true
}
] ]
} }