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}}" } ] }