From ba786a6d841100b79111f62c462870e890548e94 Mon Sep 17 00:00:00 2001 From: chgl Date: Fri, 1 Mar 2024 23:30:00 +0100 Subject: [PATCH] chore(renovate): set update schedule to quarterly --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 9f2ffd5..3d241dd 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>miracum/.github//renovate/default"] + "extends": ["github>miracum/.github//renovate/default", "schedule:quarterly"] }