From 02dfdfb2dea4997e5c5b3d120d128ccb1b60e9a4 Mon Sep 17 00:00:00 2001 From: Uruk Date: Sat, 30 Aug 2025 03:13:14 +0200 Subject: [PATCH] chore: standardize renovate commit message format Replaces the simple emoji prefix with a structured conventional commit format that includes dependency type and version information. This improves commit message consistency and makes dependency updates more informative by clearly indicating the package name and target version. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e2d8bf1d..1c5f22c0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,7 +25,7 @@ "minimumReleaseAge": "3 days", "schedule": ["before 6am on Monday"], "branchPrefix": "renovate/", - "commitMessagePrefix": "⬆️ ", + "commitMessage": "chore(deps): update {{depName}} to v{{newVersion}}", "lockFileMaintenance": { "enabled": true, "groupName": "lockfiles",