From 8a3a74b055abb45b4ea2164157577e2f6d608407 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 23 Oct 2024 15:52:05 +0200 Subject: [PATCH] infra(renovate): reduce update frequency to monthly --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6d648daf587..fd93df80c45 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:best-practices", - "schedule:earlyMondays", + "schedule:monthly", "group:allNonMajor", ":prHourlyLimitNone" ],