Skip to content

CI (Web): Group React, React Router and Tailwind in Dependabot#92

Open
losolio wants to merge 1 commit into
incendilabs:mainfrom
losol:chore/dependabot-web-groups
Open

CI (Web): Group React, React Router and Tailwind in Dependabot#92
losolio wants to merge 1 commit into
incendilabs:mainfrom
losol:chore/dependabot-web-groups

Conversation

@losolio
Copy link
Copy Markdown
Contributor

@losolio losolio commented May 22, 2026

Splits the single minor-and-patch npm group into three focused families so related packages move together:

  • react: react, react-dom, @types/react, @types/react-dom
  • react-router: react-router, @react-router/*
  • tailwind: tailwindcss, @tailwindcss/*

Splits the single minor-and-patch npm group into three focused
families so related packages move together:

- react: react, react-dom, @types/react, @types/react-dom
- react-router: react-router, @react-router/*
- tailwind: tailwindcss, @tailwindcss/*
Copilot AI review requested due to automatic review settings May 22, 2026 21:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adjusts Dependabot grouping for the Ignis.Web npm ecosystem so updates for key frontend dependency “families” are proposed together, reducing churn and keeping related packages in sync.

Changes:

  • Added separate Dependabot groups for React, React Router, and Tailwind packages.
  • Kept the existing catch-all minor-and-patch group for remaining npm dependencies.

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

Comment thread .github/dependabot.yml
Comment on lines +13 to +26
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@types/react-dom"
react-router:
patterns:
- "react-router"
- "@react-router/*"
tailwind:
patterns:
- "tailwindcss"
- "@tailwindcss/*"
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.

2 participants