Skip to content

Commit

Permalink
chore: Dependencies
Browse files Browse the repository at this point in the history
Update dependencies and define update groups
  • Loading branch information
marcobiedermann committed Oct 24, 2024
1 parent 74e177c commit d6aad11
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 460 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,27 @@ updates:
schedule:
interval: 'monthly'
groups:
minor-and-patch:
update-types:
- 'patch'
- 'minor'
eslint:
patterns:
- '@typescript-eslint/*'
- 'eslint*'
gatsby:
patterns:
- 'gatsby*'
lodash:
patterns:
- '@types/lodash-es'
- 'lodash-es'
react:
patterns:
- 'react*'
- '@types/react*'
- '@types/react-dom'
- '@types/react'
- 'react-dom'
- 'react'
stylelint:
patterns:
- 'stylelint*'
Loading

0 comments on commit d6aad11

Please sign in to comment.