Skip to content

Commit

Permalink
chore: update dependabot with groups
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed May 18, 2024
1 parent f6d5935 commit d5ad2f6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ updates:
interval: daily
time: '10:00'
open-pull-requests-limit: 10
groups:
eslint:
patterns:
- 'eslint-*'
- '@typescript-eslint/*'
- '@eslint/*'

typescript:
patterns:
- 'typescript-*'
- '@typescript/*'

jest:
patterns:
- 'jest-*'
- '@jest/*'

actions:
patterns:
- 'actions/*'
- '@actions/*'

misc:
patterns:
- '*'

- package-ecosystem: github-actions
directory: '/'
Expand Down

0 comments on commit d5ad2f6

Please sign in to comment.