Enable vuln alerts #17

Merged
vbrandl merged 1 commits from vuln-alert into main 2024-04-18 17:26:15 +02:00
Showing only changes of commit 0288440a12 - Show all commits

View File

@ -9,5 +9,9 @@
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"extends": ["schedule:daily"] "extends": ["schedule:daily"]
},
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true
} }
} }