From e94da30daea7025db15c84383c29f12b0611cf43 Mon Sep 17 00:00:00 2001 From: Merul Dhiman <69296233+coodos@users.noreply.github.com> Date: Mon, 23 Feb 2026 16:31:42 +0530 Subject: [PATCH] Update renovate.json to enable vulnerability alerts --- renovate.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 004aed955..e6cfa5594 100644 --- a/renovate.json +++ b/renovate.json @@ -10,10 +10,18 @@ }, "packageRules": [ { - "matchUpdateTypes": [ - "major" + "enabled": false, + "groupName": "everything", + "matchManagers": [ + "npm" ], - "enabled": false + "matchPackagePatterns": [ + "*" + ], + "separateMajorMinor": false } - ] + ], + "vulnerabilityAlerts": { + "enabled": true + } }