From bee0b54a67d796ca8d8178d807ea28cef59604ca Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 30 Sep 2024 21:09:39 -0400 Subject: [PATCH] Changing renovate to run on the weekends. - 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 }