Skip to content

Commit

Permalink
feat(dependabot): added new groups (#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Feb 27, 2024
1 parent 66bb927 commit 392159d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ updates:
update-types: ['version-update:semver-major']
pull-request-branch-name:
separator: '-'
groups:
angular:
patterns:
- "@angular*"
- "@angular-devkit*"
- "ng-packagr"
update-types:
- "minor"
- "patch"

- package-ecosystem: 'npm'
directory: '/showcase/angular-lts-minus-1-showcase'
open-pull-requests-limit: 10
Expand Down Expand Up @@ -161,3 +171,12 @@ updates:
update-types: ['version-update:semver-minor']
pull-request-branch-name:
separator: '-'
groups:
angular:
patterns:
- "@angular*"
- "@angular-devkit*"
- "ng-packagr"
update-types:
- "minor"
- "patch"

0 comments on commit 392159d

Please sign in to comment.