Conversation
dev requires branches to be up to date before merging, so every merged dependabot PR forces the remaining ones to rebase and rerun the full CI suite. On 2026-09-21 dependabot opened 13 separate PRs; on 2026-09-18 five pip bumps merged one CI cycle (~6-7 min) apart. Add one group per npm directory (client, client-v3, electron), pip and github-actions so each produces a single PR. Groups cover minor and patch updates only; majors remain ignored. Docker is left ungrouped. (cherry picked from commit c85c4ec) Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Client V3 Test Results209 tests 209 ✅ 1s ⏱️ Results for commit e4a8ab0. |
|
Client Test Results132 tests 132 ✅ 0s ⏱️ Results for commit e4a8ab0. |
Tim020
enabled auto-merge
September 21, 2026 20:14
Python Test Results 1 files 1 suites 48s ⏱️ Results for commit e4a8ab0. |
Playwright E2E Results (chromium)221 tests 221 ✅ 2m 17s ⏱️ Results for commit e4a8ab0. |
Playwright E2E Results (firefox)221 tests 221 ✅ 2m 10s ⏱️ Results for commit e4a8ab0. |
Contributor
Author
|
Superseded by the sync-branch PR (head=main was out of date with dev). |
auto-merge was automatically disabled
September 21, 2026 20:18
Pull request was closed
This branch was successfully deployed
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.



Brings
mainback in sync withdevafter #1408 cherry-picked the dependabot grouping config (c85c4ec / #1402) directly ontomain.mainhas exactly one commit thatdevlacks (e4a8ab0), anddevalready contains the identical change, so this should be a content no-op that only joins the histories.Merge with a merge commit, not squash — squashing would leave
mainahead ofdevagain.🤖 Generated with Claude Code