Skip to content

Commit

Permalink
separate groups for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiitek committed Dec 23, 2024
1 parent 4995ae9 commit 0fd5c17
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,26 @@ updates:
npm-small-upgrades:
patterns:
- '*'
exclude-patterns:
- 'typescript'
update-types:
- 'minor'
- 'patch'
typescript-patch:
patterns:
- 'typescript'
update-types:
- 'patch'
typescript-minor:
patterns:
- 'typescript'
update-types:
- 'minor'
typescript-major:
patterns:
- 'typescript'
update-types:
- 'major'
angular:
patterns:
- '@angular/*'
Expand Down

0 comments on commit 0fd5c17

Please sign in to comment.