chore(deps): group npm Dependabot updates + cooldown - #107
Conversation
Group all npm updates in this repo into a single Dependabot PR per run, matching wave-spoke-template's working config, plus a 7-day cooldown on newly published versions.
|
ⓘ Qodo reviews are paused because your workspace is out of credits. Ask your workspace admin to add credits to resume reviews. Manage billing |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the existing npm Dependabot configuration to bundle all dependency bumps into a single scheduled PR and wait seven days before proposing newly published versions, reducing lockfile conflicts and allowing time for release issues to surface. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
🤖 CodeAnt AI — Review Status
|
Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_5e47c261-d4e8-4dfe-9a40-498863bb7093) |
|
Note Automatic reviews are paused because your team has used its included automatic processing for this billing period (headroom scales with your seat count). You can still comment "Gitar review" to run one anytime, and automatic reviews resume on their own by October 1. Add seats for more headroom. Code Review ✅ ApprovedAdds Dependabot grouping and a 7-day cooldown to the npm update config in OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
ApprovabilityVerdict: Would Approve Macroscope's review found this PR approvable — This is a narrowly scoped Dependabot configuration change that groups npm updates and delays them by seven days. It affects repository maintenance automation only, not application behavior or production infrastructure. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: 0 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 1 review per hour. 📜 Recent review details⏰ Context from checks skipped due to timeout. (1)
🔇 Additional comments (1)
📝 SummarySummary by CodeRabbit
WalkthroughDependabot now groups all npm dependency updates and waits seven days before creating update pull requests. ChangesDependabot configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change groups npm dependency updates and delays newly published versions by seven days. No current merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
User description
What this does
Adds a
groups:key to the existingnpmupdate entry in.github/dependabot.yml, grouping all npm dependency bumps in this repo into a single Dependabot PR per scheduled run instead of one PR per package. Also adds a 7-daycooldownon newly published versions (waits before proposing a bump to a package that just shipped), matching asemgrepguardrail check that flags configs missing a cooldown.Why
Measured across the wave-av org on 2026-09-07: only 6 of 170 non-archived repos have a
dependabot.ymlat all, and of those, sdk, mcp-server, and adk had a config but nogroups:key — the smallest possible lift on a file that already exists. Org-wide, 61 of 217 open Dependabot PRs (28%) areCONFLICTINGin GitHub's mergeable-state check. Every Dependabot PR rewrites the lockfile, so unrelated single-package PRs are same-hunk-with-each-other by construction — the first one to merge invalidates the lockfile diff in all the others, and ordering can't fix that, only grouping can (bundle the bumps into one lockfile rewrite instead of N races against each other).Grouping is not a hypothesis here — it is already deployed and working in the fleet.
wave-spoke-template's Dependabot config uses this exactgroups: { <name>: { patterns: ["*"] } }shape per ecosystem/directory, and every one of its grouped PRs is clean; its only conflicting PRs predate the groups config being added. This PR models the new block directly on that reference.For this repo specifically at time of writing, two open Dependabot PRs are already
CONFLICTING: #49 (typescriptmajor bump) and #46 (eslintbump). Those predate this change and are a separate cleanup — this PR does not touch them.What this does NOT do
Grouping is forward-looking only. It changes how future Dependabot runs open PRs; it does not retroactively merge, rebase, or de-conflict any PR that already exists. The currently open dependency PRs (#68, #49, #48, #47, #46, #22) are untouched by this change.
Scope
Config-only change to
.github/dependabot.yml. No workflow, dependency, or lockfile changes. Not merging this PR as part of this change — opening for review only.Note
Cursor Bugbot is generating a summary for commit 6352e59. Configure here.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.CodeAnt-AI Description
Group npm dependency updates and delay newly released versions
What Changed
Impact
✅ Fewer conflicting dependency pull requests✅ Lower lockfile merge conflicts✅ More stable dependency updates💡 Usage Guide
Checking Your Pull Request
Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.
Talking to CodeAnt AI
Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:
This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.
Example
Preserve Org Learnings with CodeAnt
You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:
This helps CodeAnt AI learn and adapt to your team's coding style and standards.
Example
Retrigger review
Ask CodeAnt AI to review the PR again, by typing:
Check Your Repository Health
To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.