File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,40 @@ updates:
3
3
- package-ecosystem : github-actions
4
4
directory : ' /'
5
5
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'
7
42
open-pull-requests-limit : 10
You can’t perform that action at this time.
0 commit comments