Skip to content

Group Dependabot updates into single PRs per ecosystem#102

Merged
kafkade merged 1 commit into
mainfrom
kafkade/psychic-robot
Jun 17, 2026
Merged

Group Dependabot updates into single PRs per ecosystem#102
kafkade merged 1 commit into
mainfrom
kafkade/psychic-robot

Conversation

@kafkade

@kafkade kafkade commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Description

Dependabot currently opens a separate PR for every dependency bump, which creates noise and review overhead. This change enables grouped pull requests so all updates for a given ecosystem land in one PR.

Each ecosystem block in .github/dependabot.yml now has a groups: entry keyed by the ecosystem name with patterns: ["*"], bundling all of that ecosystem's dependencies together:

  • npm updates grouped into one PR
  • github-actions updates grouped into one PR

All existing keys (directory, schedule, open-pull-requests-limit) are preserved unchanged.

Related Issue

N/A

Checklist

  • Tests added or updated
  • Version bumped in package.json (if releasing)
  • CHANGELOG.md updated

@kafkade kafkade merged commit e50349f into main Jun 17, 2026
4 checks passed
@kafkade kafkade deleted the kafkade/psychic-robot branch June 17, 2026 19:53
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