ci: drop the Renovate schedule - #41
Merged
Merged
Conversation
The window was evaluated in UTC, so "before 6am" ran between 21:00 and 03:00 local, and a run had to land inside those six hours or nothing happened. Only one dependency is managed and prConcurrentLimit is 1, so there is nothing to batch and the window was buying nothing.
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.
Summary
Related to #35.
Renovate was enabled and onboarded, but a day later it had not opened the Splice bump PR. A local dry run showed the config is fine: it finds the pin and would open
chore(deps): update dependency canton-network/splice to v0.7.5. The schedule was the problem.schedulewas set tobefore 6amwith notimezone, so Renovate evaluated it in UTC: the window ran from 21:00 to 03:00 local, and a run had to land inside those six hours or nothing happened.Changes
schedulefromrenovate.json. Only one dependency is managed andprConcurrentLimitis already 1, so there is nothing to batch and the window was buying nothing: the PR opens once and then just sits there.Acceptance criteria
Test plan
Automated tests
None.
renovate-config-validatorpasses.Manual verification
Ran
renovate --dry-run=fullagainst the repo. It extracts the dependency (regex: fileCount 1, depCount 1), resolves0.6.11to0.7.5, and would write the bumped template torenovate/canton-network-splice-0.x.Breaking changes
None.
Checklist
Screenshots
None.