Skip to content

Commit e6dff92

Browse files
ovflowdmikeestobmuenzenmeyer
authored
chore: added dependabot for npm (#5493)
Co-authored-by: Michael Esteban <[email protected]> Co-authored-by: Brian Muenzenmeyer <[email protected]>
1 parent b483452 commit e6dff92

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

.github/dependabot.yml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,40 @@ updates:
33
- package-ecosystem: github-actions
44
directory: '/'
55
schedule:
6-
interval: weekly
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
- package-ecosystem: npm
9+
directory: /
10+
schedule:
11+
interval: monthly
12+
commit-message:
13+
prefix: meta
14+
groups:
15+
storybook:
16+
patterns:
17+
- 'storybook'
18+
- '@storybook/*'
19+
testing-library:
20+
patterns:
21+
- '@testing-library/*'
22+
- '@types/testing-library*'
23+
next-js:
24+
patterns:
25+
- 'next'
26+
- 'turbo'
27+
- 'next-mdx-remote'
28+
- 'next-sitemap'
29+
- 'next-themes'
30+
- '@vercel/*'
31+
remark-mdx:
32+
patterns:
33+
- '@vcarl/remark-headings'
34+
- 'remark-gfm'
35+
- '@mdx-js/*'
36+
react:
37+
patterns:
38+
- 'react'
39+
- 'react-dom'
40+
- '@types/react'
41+
- '@types/react-dom'
742
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)