From 5360f333bb80f0c445bd13d49c7b6a3aca134f64 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Sat, 26 Apr 2025 02:44:26 +0700 Subject: [PATCH] chore(renovate): enable semantic commit --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f87a2e63c..df61a21f7 100644 --- a/renovate.json +++ b/renovate.json @@ -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 + } ] }