Skip to content

Commit

Permalink
chore: Dependency Groups
Browse files Browse the repository at this point in the history
Add new new dependency group which will group minor and patch updates
  • Loading branch information
marcobiedermann committed Jul 30, 2024
1 parent 4c87183 commit 56d1411
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ updates:
schedule:
interval: 'monthly'
groups:
minor-and-patch:
update-types:
- 'patch'
- 'minor'
eslint:
patterns:
- '@typescript-eslint/*'
Expand Down

0 comments on commit 56d1411

Please sign in to comment.