From a76d55c78b86ff12d2ebebd8a3f1166c4cf8ce27 Mon Sep 17 00:00:00 2001 From: Varakh Date: Sat, 7 Sep 2024 15:43:54 +0200 Subject: [PATCH] chore(renovate): add renovate's CVE scanning dashboard --- renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 76a4620..8220589 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -11,6 +11,9 @@ "schedule": [ "monthly" ], + // security + "osvVulnerabilityAlerts": true, + "dependencyDashboardOSVVulnerabilitySummary": "all", // skip next alpine, see https://github.com/mattn/go-sqlite3/issues/1164 "packageRules": [ {