From 16e96e3a0d919eed5d875ab5eacaf167a291c954 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:54:22 +1100 Subject: [PATCH] Enable at-any-time security updates from Renovate (#3824) --- .github/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index cc7b0998b8c..4ead83bc7d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,6 +13,9 @@ "schedule:monthly", "group:monorepos" ], + "vulnerabilityAlerts": { + "schedule": ["at any time"] + }, "prCommitsPerRunLimit": 3, "labels": [ "dependencies",