From 0288440a12b16a9ac841bcf31712ca75e0ae92f2 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 18 Apr 2024 17:25:10 +0200 Subject: [PATCH] Enable vuln alerts --- default.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.json b/default.json index 6241565..38090f3 100644 --- a/default.json +++ b/default.json @@ -9,5 +9,9 @@ "lockFileMaintenance": { "enabled": true, "extends": ["schedule:daily"] + }, + "osvVulnerabilityAlerts": true, + "vulnerabilityAlerts": { + "enabled": true } }