(renovate) automatically open MR for security updates, show more information about security CVEs

This commit is contained in:
Valentyne Stigloher 2025-02-15 11:41:11 +01:00
parent dc3e4602c5
commit e58fb43cdc

View File

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