Skip to content

Commit

Permalink
ci: use dependabot groups feature
Browse files Browse the repository at this point in the history
  • Loading branch information
k3nsei authored Apr 16, 2024
1 parent 7a2f4e3 commit c106da0
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,40 @@ updates:
day: 'saturday'
time: '06:00'
target-branch: 'develop'
groups:
angular:
applies-to: 'version-updates'
patterns:
- '@angular/*'
- 'ng-packagr'
- 'zone.js'
exclude-patterns:
- '@angular/cdk'
- '@angular/material'
- '@angular/material-*'
angular-material:
applies-to: 'version-updates'
patterns:
- '@angular/cdk'
- '@angular/material'
- '@angular/material-*'
angular-eslint:
applies-to: 'version-updates'
patterns:
- '@angular-eslint/*'
eslint:
applies-to: 'version-updates'
patterns:
- '@typescript-eslint/*'
- 'eslint'
- 'eslint-*'
jest:
applies-to: 'version-updates'
patterns:
- '@types/jest'
- 'jest'
- 'jest-*'
- 'ts-jest'
open-pull-requests-limit: 20
commit-message:
prefix: 'chore'
Expand Down

0 comments on commit c106da0

Please sign in to comment.