From faf9dd6eadd8460fa891ca9aa29840132181006a Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 18 Dec 2024 06:25:31 -0500 Subject: [PATCH] build: Update renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 444f1e7..d999917 100644 --- a/renovate.json +++ b/renovate.json @@ -20,6 +20,11 @@ "matchDatasources": ["npm"], "minimumReleaseAge": "7 days", "internalChecksFilter": "strict" + }, + { + "description": "Remove word `dependency` from commit messages and PR titles", + "matchDatasources": ["npm"], + "commitMessageTopic": "{{depName}}" } ] }