-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
samplesIssues that are directly related to samples.Issues that are directly related to samples.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Description
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?
Original PR: #778
Metadata
Metadata
Assignees
Labels
samplesIssues that are directly related to samples.Issues that are directly related to samples.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.