Skip to content

CCM-16002 - Dependabot grouping to cut down on PRs#126

Merged
mjewildnhs merged 2 commits intomainfrom
feature/CCM-16002-dependabot-groups
Apr 13, 2026
Merged

CCM-16002 - Dependabot grouping to cut down on PRs#126
mjewildnhs merged 2 commits intomainfrom
feature/CCM-16002-dependabot-groups

Conversation

@mjewildnhs
Copy link
Copy Markdown
Contributor

Description

Add Dependabot groups to the pnpm ecosystem entry in .github/dependabot.yaml. Groups batch related package updates into a single PR rather than one per package:

  • aws-sdk — all @aws-sdk/* packages
  • eslint — ESLint core, plugins, and TypeScript ESLint packages
  • jest — Jest, ts-jest, and @types/jest
  • typescript — TypeScript compiler, ts-node, tsx, and @tsconfig/*

Context

AWS SDK packages (client-cloudwatch, client-s3, client-sqs, etc.) always release together with the same version, generating one Dependabot PR per package. Grouping them into a single PR reduces noise. The same logic applies to the tightly-coupled ESLint, Jest, and TypeScript toolchain packages.

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@mjewildnhs mjewildnhs marked this pull request as ready for review April 10, 2026 15:13
@mjewildnhs mjewildnhs requested a review from a team as a code owner April 10, 2026 15:13
@mjewildnhs mjewildnhs requested a review from cgitim April 13, 2026 08:26
@rhyscoxnhs rhyscoxnhs enabled auto-merge (squash) April 13, 2026 11:45
@rhyscoxnhs rhyscoxnhs disabled auto-merge April 13, 2026 11:46
@mjewildnhs mjewildnhs merged commit e11ecb9 into main Apr 13, 2026
24 checks passed
@mjewildnhs mjewildnhs deleted the feature/CCM-16002-dependabot-groups branch April 13, 2026 12:03
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.

4 participants