Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Group Dependabot PRs #1729

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

alimpens
Copy link
Contributor

Describe the pull request

Thank you for contributing to the project!
Please use this template to help us handle your PR smoothly.

What

This groups Dependabot PRs. One group with all minor and patch dev dependency updates, one group with the same for prod dependency updates.

Why

Currently we use the Dependabot PRs to remind us that we have to update the deps. By grouping them, we can merge the PRs without having to do anything locally. No more npm run update:minor.

An added benefit is that we have separate PRs for dev and prod dependencies. Prod dependency updates should end up in our changelogs (because we change our published code, even if it is just the package.json). We currently don't do that, but this should make it easier.

How

By using Dependabot groups.

Checklist

Before submitting your pull request, please ensure you have done the following. Check each checkmark if you have done so or if it wasn't necessary:

  • Add or update unit tests
  • Add or update documentation
  • Add or update stories
  • Add or update exports in index.* files
  • Start the PR title with a Conventional Commit prefix, as explained here.

@VincentSmedinga VincentSmedinga merged commit 3a8e4df into develop Oct 29, 2024
6 checks passed
@VincentSmedinga VincentSmedinga deleted the task/group-dependebot-prs branch October 29, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants