Skip to content

Commit

Permalink
build: add groups to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Nov 7, 2024
1 parent d006db6 commit 94e6276
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,46 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
day: 'sunday'
open-pull-requests-limit: 31
allow:
- dependency-type: all
groups:
mui:
patterns:
- '@mui/*'
react:
patterns:
- 'react'
- 'react-*'
types:
patterns:
- '@types/*'
slate:
patterns:
- 'slate-*'
mapbox:
patterns:
- '@mapbox/*'
- 'mapbox-gl'
turf:
patterns:
- '@turf/*'
sentry:
patterns:
- '@sentry/*'
i18n:
patterns:
- 'i18next'
- 'i18next-*'

- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
allow:
- dependency-type: all

0 comments on commit 94e6276

Please sign in to comment.