From 9ccb77102e4eaafec62290c6cd81fb5fdd78c82d Mon Sep 17 00:00:00 2001 From: Martin Nonnenmacher Date: Sat, 14 Dec 2024 19:38:01 +0100 Subject: [PATCH] ci(renovate): Shorten the commit message for Gradle dependencies Change the commit message topic to `{{depName}}` instead of the default `dependency {{depName}}` [1]. "dependency" is redundant as the conventional commit type is already "deps". [1]: https://docs.renovatebot.com/configuration-options/#commitmessagetopic Signed-off-by: Martin Nonnenmacher --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index e511151c64fc0..facb208d3e155 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,10 @@ ], "labels": ["dependencies"], "packageRules": [ + { + "matchManagers": ["gradle"], + "commitMessageTopic": "{{depName}}" + }, { "matchPackageNames": [ "com.atlassian.jira:jira-rest-java-client-api",