From 4424caf8cd8e334e9a9b73bffa8a68b5c066f10e Mon Sep 17 00:00:00 2001 From: Aamir Azad Date: Thu, 11 Jul 2024 09:43:34 -0400 Subject: [PATCH] chore: slow down renovate prs --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 5db72dd..85a4d65 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended", "every sunday"] }