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.
This commit is contained in:
Dessalines 2024-09-30 21:09:39 -04:00
parent 44dda08b13
commit bee0b54a67

View File

@ -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
}