Hey repo folks 👋,
I'm very thankful we have bots automating some mundane tasks like updating dependency semvers. However, the frequency of these updates is causing micro delays (a minute a week maybe) and not very beneficial for the health of our system.
Suggestion
To increase the usefulness of this bot, and be considerate of our time, I suggest we change the frequency of Renovate (renovate.json) to once a quarter:
{
"schedule": ["every 3 months on the first day of the month"]
}
https://docs.renovatebot.com/configuration-options/#schedule
That way we can ensure we have healthy dependencies and reduce GitHub notifications. At least let's try it for a bit?
@JustinBeckwith @ace-n
Original PR: #778
Hey repo folks 👋,
I'm very thankful we have bots automating some mundane tasks like updating dependency semvers. However, the frequency of these updates is causing micro delays (a minute a week maybe) and not very beneficial for the health of our system.
Suggestion
To increase the usefulness of this bot, and be considerate of our time, I suggest we change the frequency of Renovate (
renovate.json) to once a quarter:{ "schedule": ["every 3 months on the first day of the month"] }https://docs.renovatebot.com/configuration-options/#schedule
That way we can ensure we have healthy dependencies and reduce GitHub notifications. At least let's try it for a bit?
@JustinBeckwith @ace-n
Original PR: #778