From d540ff6ea4ac662baafbb57ce291fe26127f153f Mon Sep 17 00:00:00 2001 From: pips Date: Mon, 25 Aug 2025 13:18:29 +0200 Subject: [PATCH] chore(renovate): enable vulnerability alerts --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index b088308..5a2df36 100644 --- a/config.js +++ b/config.js @@ -9,4 +9,5 @@ module.exports = { ":maintainLockFilesWeekly", "mergeConfidence:all-badges", ], + osvVulnerabilityAlerts: true, };