Skip to content

chore: group npm dependabot updates into a single PR#209

Merged
cmillett merged 1 commit into
masterfrom
chore/group-dependabot-updates
Jun 4, 2026
Merged

chore: group npm dependabot updates into a single PR#209
cmillett merged 1 commit into
masterfrom
chore/group-dependabot-updates

Conversation

@cmillett

@cmillett cmillett commented Jun 4, 2026

Copy link
Copy Markdown
Member

What

Add a groups block to the npm ecosystem in .github/dependabot.yml that matches all packages ("*"), so Dependabot bundles version updates into one grouped PR per run instead of a separate PR per package.

Why

We currently get a stream of individual Dependabot PRs (e.g. #203#207). Grouping them reduces PR/CI noise and lets us review and merge dependency bumps in a single pass.

Notes

  • Applies to future runs. To regroup the existing open PRs immediately, comment @dependabot recreate on one of them (Dependabot will close the others into a single grouped PR), or wait for the next weekly run.

🤖 Generated with Claude Code

Add a groups config matching all npm packages so Dependabot bundles
version updates into one grouped PR per run instead of one PR per
package.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@cmillett cmillett merged commit 4f5bc9d into master Jun 4, 2026
1 check passed
@cmillett cmillett deleted the chore/group-dependabot-updates branch June 4, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant