mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
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:
parent
44dda08b13
commit
bee0b54a67
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user