From c3f0a216bd13d50634526f52312e57e2aa74cde6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 1 Oct 2024 06:40:52 -0400 Subject: [PATCH] Changing renovate to run on the weekends. (#5067) - Lemmy builds take a long time, and the current schedule only runs for about 4 hours once a month, and renovate also rate-limits itself to ~ 2 per hour. This gives it a large enough window, without clogging up my runner machines. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8d57f0aa8..b3eaa8e97 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "schedule": ["before 4am on the first day of the month"], + "schedule": ["every weekend"], "automerge": true }