From 910a79c576b5269d341318bc1a2e22a3d660675a Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Wed, 27 Sep 2023 04:45:31 +0200
Subject: [PATCH] ci(renovate): enable OSV vulnerability alerts

Reference:
https://docs.renovatebot.com/configuration-options/#osvvulnerabilityalerts
https://github.com/renovatebot/renovate/discussions/20542
---
 renovate.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/renovate.json b/renovate.json
index 57b1fa1d4..8358327c2 100644
--- a/renovate.json
+++ b/renovate.json
@@ -9,6 +9,7 @@
   ],
   "prConcurrentLimit": 20,
   "semanticCommits": "enabled",
+  "osvVulnerabilityAlerts": true,
   "flux": {
     "fileMatch": ["\\.yaml$"]
   },
-- 
GitLab