Skip to content

Commit

Permalink
refactor(go): Remove depNameShort usage (#8076)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 5, 2021
1 parent 8ee8916 commit 8eccebc
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 226 deletions.
2 changes: 1 addition & 1 deletion lib/config/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ const options: RenovateOptions[] = [
stage: 'package',
type: 'object',
default: {
commitMessageTopic: 'module {{depNameShort}}',
commitMessageTopic: 'module {{depName}}',
},
mergeable: true,
cli: false,
Expand Down

0 comments on commit 8eccebc

Please sign in to comment.