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(ci): update Dependabot groups for typedoc #2716

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR updates the Dependabot configuration to group together the typedoc module and its plugins so that the bot opens PRs for all the packages together.

This is beneficial since the plugins usually support a specific version or range of typedoc, which means upgrading one without the others is not desirable.

Typedoc updates usually come out together with new TypeScript "major" releases, so I could've added TS to the group as well, however I opted not to so that we have a discrete PR for TypeScript, given the large blast radius of a botched upgrade.

While touching the file, I also made two minor changes to other groups:

  • Renamed the aws-sdk group to aws-sdk-v3 so to not confuse it with PRs opened for the aws-sdk (v2) dependency
  • Changed the wildcard patterns from ** to *. I made this change because I noticed that this CDK package was not being picked up, which is weird since the same glob pattern was working on the AWS SDK for JavaScript v3. After checking the Dependabot docs I couldn't find any example of ** so I changed to * which is used extensively.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #2715


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Jul 1, 2024
@dreamorosi dreamorosi requested review from a team as code owners July 1, 2024 09:18
@pull-request-size pull-request-size bot added the size/S PR between 10-29 LOC label Jul 1, 2024
@dreamorosi dreamorosi changed the title chore(ci): update Dependabot groups for typed chore(ci): update Dependabot groups for typedoc Jul 1, 2024
Copy link

sonarqubecloud bot commented Jul 1, 2024

@am29d am29d merged commit 9473292 into main Jul 1, 2024
12 checks passed
@am29d am29d deleted the chore/dependabot_groups branch July 1, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S PR between 10-29 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: group typedoc and its plugin together in Dependabot
2 participants