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 + } }