Skip to content

Commit

Permalink
chore(deps): organize JavaScript dependencies in dependabot configura…
Browse files Browse the repository at this point in the history
…tion (#4212)
  • Loading branch information
mastercactapus authored Dec 18, 2024
1 parent 3a4015f commit 01e29c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@ updates:
timezone: 'Asia/Kolkata'
allow:
- dependency-type: 'direct'
groups:
js-mui-deps:
patterns: ['@mui/*']
js-deps:
patterns: ['*']
exclude-patterns:
- '@mui/*'
update-types:
- 'patch'
- 'minor'

- package-ecosystem: 'nuget'
directory: '/'
Expand Down

0 comments on commit 01e29c2

Please sign in to comment.