From 8adfd47320bddf57469783a0b90fd1f87a2b7a86 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Thu, 24 Jul 2025 12:02:19 -0400 Subject: [PATCH] enable vulnerability alerts Signed-off-by: Michael Valdron --- renovate-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate-config.json b/renovate-config.json index b5e7b37..c66907b 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -28,6 +28,9 @@ "commitMessageTopic": "{{depName}}" } ], + "vulnerabilityAlerts": { + "enabled": true + }, "prHourlyLimit": 20, "prConcurrentLimit": 1 } \ No newline at end of file