Skip to content

Commit 73e2bed

Browse files
committed
fix: update gomod commitMessagePrefix from feat to fix
Dependency updates are typically fixes rather than new features
1 parent 00c10db commit 73e2bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
matchManagers: [
5151
'gomod',
5252
],
53-
commitMessagePrefix: 'feat:',
53+
commitMessagePrefix: 'fix:',
5454
},
5555
],
5656
customManagers: [

0 commit comments

Comments
 (0)