Skip to content

Commit

Permalink
ci(renovate): Shorten the commit message for Gradle dependencies
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mnonnenmacher committed Dec 15, 2024
1 parent 5771756 commit 9ccb771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
],
"labels": ["dependencies"],
"packageRules": [
{
"matchManagers": ["gradle"],
"commitMessageTopic": "{{depName}}"
},
{
"matchPackageNames": [
"com.atlassian.jira:jira-rest-java-client-api",
Expand Down

0 comments on commit 9ccb771

Please sign in to comment.