From 5949f9fc98ab7f4443e9491ad2e08771831945cb Mon Sep 17 00:00:00 2001 From: Ville Aaltonen Date: Mon, 16 Sep 2024 09:52:11 +0300 Subject: [PATCH] enable osv vulnerability alerts; https://docs.renovatebot.com/configuration-options/#osvvulnerabilityalerts --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index bfc496169d..f422cb6397 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -29,6 +29,7 @@ "repositories": [ "Opetushallitus/valtionavustus" ], + "osvVulnerabilityAlerts": true, "vulnerabilityAlerts": { "labels": ["security"], "automerge": true