Drop the Renovate schedule - #9
Merged
Merged
Conversation
Batching to one morning a week is the wrong trade for a repo whose whole purpose is holding dependency versions: a stale toolchain would sit unnoticed for up to seven days, and the first run after install was 31 hours away, so there was no way to tell whether the app was even working. prConcurrentLimit and the dependency dashboard already handle noise.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Batching to
before 6am on mondayis the wrong trade here.This repo exists to hold dependency versions, so a weekly window means a stale toolchain sits unnoticed for up to seven days. It also made the install unverifiable: it's Saturday evening, so the first run was ~31 hours away and there was no way to tell whether Renovate was working at all.
prConcurrentLimit: 3and the dependency dashboard already handle noise, which is what they're for.Validated with
renovate-config-validator.