Skip to content

Commit

Permalink
chore: Dependabot Config
Browse files Browse the repository at this point in the history
Add groups to the Dependabot config
  • Loading branch information
marcobiedermann committed Oct 19, 2023
1 parent ad08b79 commit 7daa48f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
groups:
eslint:
patterns:
- '@typescript-eslint/*'
- 'eslint*'
gatsby:
patterns:
- 'gatsby*'
react:
patterns:
- 'react*'
- '@types/react*'
stylelint:
patterns:
- 'stylelint*'

0 comments on commit 7daa48f

Please sign in to comment.