Skip to content

chore: configure Dependabot to group React updates#992

Merged
yogeshchoudhary147 merged 1 commit intomainfrom
fix-dependabot-grouping
Jan 27, 2026
Merged

chore: configure Dependabot to group React updates#992
yogeshchoudhary147 merged 1 commit intomainfrom
fix-dependabot-grouping

Conversation

@yogeshchoudhary147
Copy link
Copy Markdown
Contributor

Summary

  • Configures Dependabot to group react and react-dom updates into a single PR
  • Prevents version mismatch failures in CI when these packages are updated separately

Context

PRs #989 and #990 were created separately for react and react-dom updates, causing CI failures due to peer dependency version mismatches. This configuration ensures both packages are updated together in future Dependabot PRs.

Changes

  • Added groups configuration to .github/dependabot.yml for React packages

@yogeshchoudhary147 yogeshchoudhary147 requested a review from a team as a code owner January 27, 2026 06:25
This ensures react and react-dom are updated together in a single PR,
preventing version mismatch failures in CI.
@yogeshchoudhary147 yogeshchoudhary147 merged commit 889cc7a into main Jan 27, 2026
10 checks passed
@yogeshchoudhary147 yogeshchoudhary147 deleted the fix-dependabot-grouping branch January 27, 2026 06:41
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.

3 participants