ci: group major dependabot bumps per ecosystem#388
Conversation
Add `major` update-type group to all 8 Dependabot ecosystem configs so interdependent major bumps (e.g. echarts 6 + vue-echarts 8) land in a single PR instead of separate conflicting ones. Also adds missing `minor-and-patch` grouping to the 3 Docker configs for consistency.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the project's dependency management by configuring Dependabot to group major version updates for all ecosystems. This change addresses issues where interdependent major bumps would generate separate, conflicting pull requests, leading to broken CI. By consolidating these updates, the process for managing significant dependency upgrades will be streamlined and more robust. Additionally, it standardizes the "minor-and-patch" grouping across all Docker configurations. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🧰 Additional context used📓 Path-based instructions (1).github/dependabot.yml📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2026-03-14T11:20:53.699ZApplied to files:
📚 Learning: 2026-03-14T11:20:53.699ZApplied to files:
📚 Learning: 2026-03-14T11:20:53.699ZApplied to files:
🔇 Additional comments (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis change adds major version update groups to Dependabot configurations across multiple package ecosystems (uv, github-actions, pre-commit, npm, and docker), enabling automatic major-version dependency updates alongside existing minor and patch updates. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
📝 Coding Plan
Comment |
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Dependabot configuration to group major version bumps per ecosystem, reducing conflicting PRs for interdependent dependencies (e.g., peer-dependency major upgrades landing separately).
Changes:
- Add a
majorDependabot group (update-types: [major]) to all configured ecosystems. - Add missing
minor-and-patchgrouping to all Docker ecosystem configs for consistency.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Greptile SummaryThis PR updates Key changes:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: ae3d8ba |
There was a problem hiding this comment.
Code Review
This pull request updates the Dependabot configuration to group dependency updates. Specifically, it adds groups for major updates across all ecosystems and adds minor/patch groups for Docker ecosystems for consistency. This is motivated by a desire to handle interdependent major version bumps in a single PR.
My review suggests a more targeted approach for grouping major updates. Instead of grouping all major updates together, which could lead to large and complex PRs, I recommend using pattern-based groups for specifically known interdependent packages. This would solve the stated problem while keeping other major updates separate and easier to manage. An example is provided for the npm ecosystem.
| major: | ||
| update-types: [major] |
There was a problem hiding this comment.
While grouping all major updates will solve the problem of interdependent packages, it might create large and hard-to-review pull requests by bundling unrelated major version bumps. This could make it difficult to roll back a specific update if it causes issues.
A more targeted approach would be to use pattern-based grouping only for the packages that are known to be interdependent. This would solve the issue you described with echarts and vue-echarts without affecting other major updates.
For example, you could configure it like this:
echarts-stack:
patterns:
- "echarts"
- "vue-echarts"
update-types:
- "major"
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #388 +/- ##
=======================================
Coverage 93.83% 93.83%
=======================================
Files 462 462
Lines 21653 21653
Branches 2079 2079
=======================================
Hits 20319 20319
Misses 1032 1032
Partials 302 302 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 I have created a release *beep* *boop* --- ## [0.1.4](v0.1.3...v0.1.4) (2026-03-14) ### Features * add approval workflow gates to TaskEngine ([#387](#387)) ([2db968a](2db968a)) * implement checkpoint recovery strategy ([#367](#367)) ([f886838](f886838)) ### CI/CD * add npm and pre-commit ecosystems to Dependabot ([#369](#369)) ([54e5fe7](54e5fe7)) * bump actions/setup-node from 4.4.0 to 6.3.0 ([#360](#360)) ([2db5105](2db5105)) * bump github/codeql-action from 3.32.6 to 4.32.6 ([#361](#361)) ([ce766e8](ce766e8)) * group major dependabot bumps per ecosystem ([#388](#388)) ([3c43aef](3c43aef)) ### Maintenance * bump @vitejs/plugin-vue from 5.2.4 to 6.0.5 in /web ([#382](#382)) ([d7054ee](d7054ee)) * bump @vue/tsconfig from 0.7.0 to 0.9.0 in /web in the minor-and-patch group across 1 directory ([#371](#371)) ([64fa08b](64fa08b)) * bump astro from 5.18.1 to 6.0.4 in /site ([#376](#376)) ([d349317](d349317)) * bump https://github.com/astral-sh/ruff-pre-commit from v0.15.5 to 0.15.6 ([#372](#372)) ([dcacb2e](dcacb2e)) * bump https://github.com/gitleaks/gitleaks from v8.24.3 to 8.30.1 ([#375](#375)) ([a18e6ed](a18e6ed)) * bump https://github.com/hadolint/hadolint from v2.12.0 to 2.14.0 ([#373](#373)) ([47b906b](47b906b)) * bump https://github.com/pre-commit/pre-commit-hooks from v5.0.0 to 6.0.0 ([#374](#374)) ([1926555](1926555)) * bump litellm from 1.82.1 to 1.82.2 in the minor-and-patch group ([#385](#385)) ([fa4f7b7](fa4f7b7)) * bump node from 22-alpine to 25-alpine in /docker/web ([#359](#359)) ([8d56cd3](8d56cd3)) * bump node from 22-slim to 25-slim in /docker/sandbox ([#358](#358)) ([3de8748](3de8748)) * bump pinia from 2.3.1 to 3.0.4 in /web ([#381](#381)) ([c78dcc2](c78dcc2)) * bump the major group across 1 directory with 9 updates ([#389](#389)) ([9fa621b](9fa621b)) * bump the minor-and-patch group with 2 updates ([#362](#362)) ([6ede2ce](6ede2ce)) * bump vue-router from 4.6.4 to 5.0.3 in /web ([#378](#378)) ([6c60f6c](6c60f6c)) * expand review skills to 18 smart conditional agents ([#364](#364)) ([494013f](494013f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary
majorupdate-type group to all 8 Dependabot ecosystem configs (uv, github-actions, pre-commit, npm x2, docker x3)minor-and-patchgrouping to the 3 Docker configs for consistencyMotivation: PRs #380 (echarts 5→6) and #384 (vue-echarts 7→8) are interdependent but arrived as separate PRs, both with broken CI due to peer dependency conflicts. Grouping majors prevents this.
Test plan
check-yamlhook🤖 Generated with Claude Code