- Notifications
You must be signed in to change notification settings - Fork5
chore: group dependabot#145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
PR Overview
This PR groups dependabot updates for non-major version changes to reduce manual intervention when applying updates.
- Group minor and patch updates for general dependencies
- Group minor and patch updates for GitHub Actions updates
Reviewed Changes
File | Description |
---|---|
.github/dependabot.yml | Added groups to consolidate minor and patch updates for both dependency and GitHub Actions |
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused.Learn more
14d7d0c
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This PR attempts to save clicks for FR by grouping minor/major dependabot updates together. The idea is that minor/major dependabot updates are less likely to contain breaking changes, and the major changes will be opened as its own PR. If this config doesn't work for the team, we can revert it or adjust it!