Skip to content

Commit

Permalink
Update dependabot.yml - group typescript-eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Jun 28, 2024
1 parent 9532c32 commit e706a16
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly

- package-ecosystem: npm
directory: /
schedule:
interval: daily
interval: weekly
groups:
typescript-eslint:
patterns:
- "@typescript-eslint*"

0 comments on commit e706a16

Please sign in to comment.