From e58fb43cdc2352d9da55f0a21cf2f8ce1e6d29d5 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sat, 15 Feb 2025 11:41:11 +0100 Subject: [PATCH] (renovate) automatically open MR for security updates, show more information about security CVEs --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fb2f8070b..43ebeb5bc 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,11 @@ "extends": ["config:recommended", "npm:unpublishSafe"], "configMigration": true, "dependencyDashboardApproval": true, + "dependencyDashboardOSVVulnerabilitySummary": "all", "ignorePaths": ["census/**", "new/**"], - "rangeStrategy": "bump" + "osvVulnerabilityAlerts": true, + "rangeStrategy": "bump", + "vulnerabilityAlerts": { + "dependencyDashboardApproval": false + } }