Skip to content

fix: group angular patch updates in dependabot config#842

Merged
yogeshchoudhary147 merged 1 commit intomainfrom
fix/dependabot-group-angular-patch-updates
Feb 26, 2026
Merged

fix: group angular patch updates in dependabot config#842
yogeshchoudhary147 merged 1 commit intomainfrom
fix/dependabot-group-angular-patch-updates

Conversation

@yogeshchoudhary147
Copy link
Contributor

Summary

  • The angular dependabot group was configured with only minor in update-types, causing patch-level Angular bumps (e.g. 19.2.1819.2.19) to be opened as separate PRs instead of being grouped
  • Added patch to update-types so all Angular version updates are grouped into a single PR regardless of whether they are minor or patch bumps

Test plan

  • Verify next Angular patch release triggers a single grouped dependabot PR instead of separate ones

The angular group was only matching minor updates, causing separate PRs
for patch-level bumps. Adding patch to update-types ensures all angular
version updates are grouped into a single PR.
@yogeshchoudhary147 yogeshchoudhary147 merged commit 4e5ab23 into main Feb 26, 2026
9 checks passed
@yogeshchoudhary147 yogeshchoudhary147 deleted the fix/dependabot-group-angular-patch-updates branch February 26, 2026 03:51
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.

2 participants