From c7ead2c6617202f33cd4c59c9d9457f3485e58dd Mon Sep 17 00:00:00 2001 From: Victor Winberg Date: Wed, 3 Jul 2024 14:21:14 +0200 Subject: [PATCH] ci(renovate): schedule quarterly --- .github/renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 40ccf35..74eb108 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,11 @@ { "extends": ["config:base", "group:allNonMajor", ":pinAllExceptPeerDependencies"], "timezone": "Europe/Stockholm", - "schedule": "before 3am on the first day of the month", + "schedule": "every 3 months on the first day of the month", "vulnerabilityAlerts": { - "enabled": false + "groupName": "GitHub Vulnerability Alerts", + "labels": ["security"], + "schedule": "every 3 months on the first day of the month" }, "ignoreDeps": ["passport"] }