mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +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;
|
upgrade.newValue = config.newDigestShort;
|
||||||
}
|
}
|
||||||
if (newValue) {
|
if (newValue) {
|
||||||
upgrade.newVaue = newValue + '@' + newDigestShort;
|
upgrade.newValue = newValue + '@' + newDigestShort;
|
||||||
} else {
|
} else {
|
||||||
upgrade.newValue = newDigestShort;
|
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) |
|
| 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\` | |
|
| a | | | \`aaaaaaa\` | |
|
||||||
| b | | pin | | |
|
| b | | pin | \`some_new_value@bbbbbbb\` | |
|
||||||
| c | | | | |
|
| c | | | | |
|
||||||
| d | | lockFileMaintenance | | |
|
| d | | lockFileMaintenance | | |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue