Skip to content

Commit

Permalink
feat: allow currentDigest and currentDigestShort in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredkrohmer authored Jun 8, 2022
1 parent 956a94d commit a5592f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/util/template/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ export const allowedFields = {
currentValue: 'The extracted current value of the dependency being updated',
currentVersion:
'The version that would be currently installed. For example, if currentValue is ^3.0.0 then currentVersion might be 3.1.0.',
currentDigest: 'The extracted current digest of the dependency being updated',
currentDigestShort: 'The extracted current short digest of the dependency being updated',
datasource: 'The datasource used to look up the upgrade',
depName: 'The name of the dependency being updated',
depNameLinked:
Expand Down

0 comments on commit a5592f3

Please sign in to comment.