Skip to content

Commit

Permalink
chore: added dependabot for npm (nodejs#5493)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Esteban <mickel13@gmail.com>
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
  • Loading branch information
3 people authored and umairraza96 committed Jul 12, 2023
1 parent f62a04b commit c9e4f81
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,40 @@ updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
commit-message:
prefix: meta
groups:
storybook:
patterns:
- 'storybook'
- '@storybook/*'
testing-library:
patterns:
- '@testing-library/*'
- '@types/testing-library*'
next-js:
patterns:
- 'next'
- 'turbo'
- 'next-mdx-remote'
- 'next-sitemap'
- 'next-themes'
- '@vercel/*'
remark-mdx:
patterns:
- '@vcarl/remark-headings'
- 'remark-gfm'
- '@mdx-js/*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
open-pull-requests-limit: 10

0 comments on commit c9e4f81

Please sign in to comment.