mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix: don’t Object.assign first upgrade over config (#8892)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
34418825df
commit
bc10487082
1 changed files with 0 additions and 2 deletions
|
@ -284,8 +284,6 @@ export async function ensurePr(
|
|||
config.upgrades.push(upgrade);
|
||||
}
|
||||
|
||||
// Update the config object
|
||||
Object.assign(config, upgrades[0]);
|
||||
config.hasReleaseNotes = config.upgrades.some((upg) => upg.hasReleaseNotes);
|
||||
|
||||
const releaseNoteRepos: string[] = [];
|
||||
|
|
Loading…
Reference in a new issue