From 8f5ab44a2af0098c87e0c55efd61aa996f134b38 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 14 Jun 2024 21:19:33 -0400 Subject: [PATCH] Removing renovate schedule. --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 1911d651b..22a994324 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], - "schedule": ["before 4am on the first day of the month"] + "extends": ["config:recommended"] }