Skip to content

Commit

Permalink
feat: allow currentDigest and currentDigestShort in templates (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredkrohmer committed Jun 9, 2022
1 parent a2000bb commit 83f54f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/template/index.ts
Expand Up @@ -71,6 +71,9 @@ 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 83f54f5

Please sign in to comment.