Skip to content

Commit 4965ebe

Browse files
authored
chore(renovate): Add rule to remove 'dependency' from commit messages
1 parent c858b50 commit 4965ebe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"matchDepTypes": ["engines"],
1818
"rangeStrategy": "auto"
1919
},
20+
{
21+
"description": "Remove word `dependency` from commit messages and PR titles",
22+
"matchDatasources": ["npm"],
23+
"commitMessageTopic": "{{depName}}"
24+
},
2025
{
2126
"description": "Group all non-major npm updates",
2227
"matchDatasources": ["npm"],

0 commit comments

Comments
 (0)