mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-21 14:17:08 +00:00
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.
This commit is contained in:
parent
8d269fc08e
commit
c3f0a216bd
|
@ -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 a new issue