Skip to content

Add grouping rules for Dependabot PRs - #705

Merged
mkernohanbc merged 5 commits into
mainfrom
ci/dependabot
Jun 18, 2026
Merged

Add grouping rules for Dependabot PRs#705
mkernohanbc merged 5 commits into
mainfrom
ci/dependabot

Conversation

@mkernohanbc

@mkernohanbc mkernohanbc commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR refines the Dependabot config added in #694. It configures Dependabot to group together into single PRs updates for:

  • Storybook
  • Vitest
  • Rollup
  • typescript-eslint

This should reduce the volume of individual PRs and the likelihood of PRs failing testing due to peer dependency issues (cf. #700, #703, #704)

ae8b133 also adds a basic CODEOWNERS file, in order for Dependabot to automatically request reviews on its PRs.

@mkernohanbc mkernohanbc self-assigned this Jun 11, 2026
@mkernohanbc mkernohanbc added the dependencies Changes or issues affecting dependencies label Jun 11, 2026
@mkernohanbc
mkernohanbc requested review from Copilot and ty2k June 11, 2026 23:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR refines the repository’s Dependabot configuration to reduce PR noise by grouping related dependency updates (Storybook, Vitest, Rollup) into consolidated update PRs across the monitored npm directories.

Changes:

  • Add Dependabot groups configuration for Storybook-related packages.
  • Add Dependabot groups configuration for Vitest-related packages.
  • Add Dependabot groups configuration for Rollup-related packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ty2k ty2k left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

👍 👍

@mkernohanbc
mkernohanbc merged commit ab16714 into main Jun 18, 2026
4 checks passed
@mkernohanbc
mkernohanbc deleted the ci/dependabot branch June 18, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes or issues affecting dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants