Skip to content

Commit

Permalink
fix(circleci): extract lineNumber into managerData
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jul 22, 2019
1 parent 781a929 commit 7f6d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/circleci/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function extractPackageFile(content) {
depType: 'orb',
depName,
currentValue,
lineNumber,
managerData: { lineNumber },
datasource: 'orb',
lookupName: orbName,
commitMessageTopic: '{{{depName}}} orb',
Expand Down

0 comments on commit 7f6d1bf

Please sign in to comment.