mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix: delete vulnerabilityAlerts after merging
This commit is contained in:
parent
3527d8b4f3
commit
d1152e177b
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ export async function flattenUpdates(
|
|||
updateConfig,
|
||||
config.vulnerabilityAlerts
|
||||
);
|
||||
delete updateConfig.vulnerabilityAlerts;
|
||||
updateConfig.isVulnerabilityAlert = true;
|
||||
updateConfig.isRemediation = true;
|
||||
updateConfig.lockFile = lockFile;
|
||||
|
|
Loading…
Reference in a new issue