mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
parent
e2ee255b17
commit
9c0135cf0d
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ async function getPrBody(config) {
|
|||
upgrade.newValue = config.newDigestShort;
|
||||
}
|
||||
if (newValue) {
|
||||
upgrade.newVaue = newValue + '@' + newDigestShort;
|
||||
upgrade.newValue = newValue + '@' + newDigestShort;
|
||||
} else {
|
||||
upgrade.newValue = newDigestShort;
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@ Array [
|
|||
|---|---|---|---|---|
|
||||
| dummy | devDependencies | lockFileMaintenance | \`1.0.0\` -> \`1.1.0\` | [homepage](https://dummy.com), [source](https://github.com/renovateapp/dummy), [changelog](https://github.com/renovateapp/dummy/changelog.md) |
|
||||
| a | | | \`aaaaaaa\` | |
|
||||
| b | | pin | | |
|
||||
| b | | pin | \`some_new_value@bbbbbbb\` | |
|
||||
| c | | | | |
|
||||
| d | | lockFileMaintenance | | |
|
||||
|
||||
|
|
Loading…
Reference in a new issue