Skip to content

chore: update Dependabot configuration#155

Merged
panz3r merged 1 commit intomainfrom
chore/update-dependabot-config
Nov 18, 2025
Merged

chore: update Dependabot configuration#155
panz3r merged 1 commit intomainfrom
chore/update-dependabot-config

Conversation

@panz3r
Copy link
Copy Markdown
Member

@panz3r panz3r commented Nov 18, 2025

This PR updates Dependabot configuration to introduce grouping for dependency updates.
By defining groups for related packages, Dependabot will batch updates together for easier management and review.

Dependabot configuration improvements:

  • Added react group to batch updates for all react and @types/react dependencies.
  • Added vite group to batch updates for all vite-related dependencies, including @vitejs/*, vite, and vite-*.
  • Added testing group to batch updates for testing-related dependencies such as @testing-library/*, jsdom, and vitest.
  • Added expo group to batch updates for all expo-related dependencies, including @expo/*, expo, expo-*, and eslint-config-expo.

Copilot AI review requested due to automatic review settings November 18, 2025 22:10
@panz3r panz3r added enhancement New feature or request dependencies Pull requests that update a dependency file labels Nov 18, 2025
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

This PR enhances the Dependabot configuration by introducing dependency grouping to batch related package updates together, making dependency management more efficient and reducing the number of individual PRs.

  • Added four dependency groups (react, vite, testing, and expo) to batch related package updates
  • Configured groups for the main npm ecosystem (react, vite, testing) and examples directory (expo)
  • Used appropriate pattern matching with wildcards to capture related packages

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

@panz3r panz3r merged commit 9fdccd3 into main Nov 18, 2025
14 checks passed
@panz3r panz3r deleted the chore/update-dependabot-config branch November 18, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants