Skip to content

Commit

Permalink
Merge pull request #2906 from gdg-x/abraham-patch-1
Browse files Browse the repository at this point in the history
Add root package.json update groups
  • Loading branch information
abraham authored Oct 1, 2023
2 parents b073183 + 5be3d18 commit 4efb9db
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 25
groups:
rollup:
patterns:
- '*rollup*'
jest:
patterns:
- '*jest*'
eslint:
patterns:
- 'eslint*'
material:
patterns:
- '@material/*'
stylelint:
patterns:
- '*stylelint*'
firebase:
patterns:
- '*firebase*'
- package-ecosystem: npm
directory: '/functions'
schedule:
Expand Down

0 comments on commit 4efb9db

Please sign in to comment.