Skip to content

Commit

Permalink
dependabot: configure groups (#3416)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien authored Jan 4, 2024
1 parent aeb1cb2 commit 421568e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
react:
patterns:
- 'react'
- 'react-dom'
react-dnd:
patterns:
- 'react-dnd'
- 'react-dnd-html5-backend'
babel:
patterns:
- '@babel/*'
linaria:
patterns:
- '@linaria/*'
- '@wyw-in-js/*'
typescript-eslint:
patterns:
- '@typescript-eslint/*'
vitest:
patterns:
- 'vitest'
- '@vitest/*'

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

0 comments on commit 421568e

Please sign in to comment.