File tree Expand file tree Collapse file tree 1 file changed +72
-59
lines changed
Expand file tree Collapse file tree 1 file changed +72
-59
lines changed Original file line number Diff line number Diff line change 1- version : 2
21updates :
32 - package-ecosystem : github-actions
4- directory : ' / '
3+ directory : /
54 schedule :
65 interval : monthly
76 labels :
8- - ' github_actions:pull-request'
7+ - github_actions:pull-request
98 commit-message :
109 prefix : meta
1110 open-pull-requests-limit : 10
11+
1212 - package-ecosystem : npm
13- directory : ' / '
13+ directory : /
1414 versioning-strategy : increase
1515 schedule :
1616 interval : monthly
1717 labels :
18- - ' github_actions:pull-request'
18+ - github_actions:pull-request
1919 commit-message :
2020 prefix : meta
21+ open-pull-requests-limit : 10
2122 groups :
23+ development :
24+ patterns :
25+ - cross-env
26+ - husky
2227 lint :
2328 patterns :
2429 - ' @eslint/*'
25- - ' eslint'
26- - ' eslint-*'
27- - ' stylelint'
28- - ' stylelint-*'
29- - ' prettier'
30- - ' prettier-*'
31- - ' lint-staged'
32- - ' typescript-eslint'
33- - ' acorn'
34- - ' unified'
35- ui-components :
36- patterns :
3730 - ' @radix-ui/*'
38- - ' @heroicons/react'
39- storybook :
40- patterns :
31+ - ' @shikijs/*'
32+ - ' @types/*'
4133 - ' @storybook/*'
42- - ' storybook'
43- testing :
44- patterns :
45- - ' @testing-library/*'
46- - ' @reporters/*'
47- - ' tsx'
48- - ' jsdom'
49- - ' global-jsdom'
50- vercel :
51- patterns :
34+ - ' @mdx-js/*'
5235 - ' @next/*'
5336 - ' @opentelemetry/*'
5437 - ' @vercel/*'
55- - ' next'
56- - ' next-*'
57- - ' turbo'
38+ - acorn
39+ - eslint
40+ - eslint-*
41+ - lint-staged
42+ - prettier
43+ - prettier-*
44+ - stylelint
45+ - stylelint-*
46+ - typescript-eslint
47+ - unified
5848 markdown :
5949 patterns :
60- - ' rehype-*'
61- - ' remark-*'
6250 - ' @vcarl/remark-headings'
63- - ' reading-time'
6451 - ' @shikijs/*'
6552 - ' @mdx-js/*'
66- - ' shiki'
67- - ' sval'
68- - ' unist-util-*'
69- - ' hast-util-*'
70- - ' vfile'
71- - ' vfile-*'
53+ - hast-util-*
54+ - rehype-*
55+ - remark-*
56+ - shiki
57+ - sval
58+ - unist-util-*
59+ - vfile
60+ - vfile-*
61+ - reading-time
62+ react-and-ts :
63+ patterns :
64+ - ' @radix-ui/*'
65+ - ' @heroicons/react'
66+ - react
67+ - react-dom
68+ - typescript
69+ storybook :
70+ patterns :
71+ - ' @storybook/*'
72+ - storybook
7273 styling :
7374 patterns :
74- - ' postcss'
75- - ' postcss-*'
76- - ' style-loader'
77- - ' css-loader'
7875 - ' @tailwindcss/*'
79- - ' tailwindcss'
80- - ' classnames'
81- react-and-ts :
76+ - classnames
77+ - css-loader
78+ - postcss
79+ - postcss-*
80+ - style-loader
81+ - tailwindcss
82+ testing :
8283 patterns :
83- - ' react'
84- - ' react-dom'
85- - ' typescript'
84+ - ' @testing-library/*'
85+ - ' @reporters/*'
86+ - global-jsdom
87+ - jsdom
88+ - tsx
8689 types-only :
8790 patterns :
88- - ' user-agent-data-types'
8991 - ' @types/*'
90- development :
92+ - user-agent-data-types
93+ ui-components :
94+ patterns :
95+ - ' @radix-ui/*'
96+ - ' @heroicons/react'
97+ vercel :
9198 patterns :
92- - ' cross-env'
93- - ' husky'
99+ - ' @next/*'
100+ - ' @opentelemetry/*'
101+ - ' @vercel/*'
102+ - next
103+ - next-*
104+ - turbo
94105 orama :
95106 patterns :
96107 - ' @orama/*'
97108 - ' @oramacloud/*'
109+
98110 ignore :
99- # Manually update major versions of @types/node with the version specified within .nvmrc
100111 - dependency-name : ' @types/node'
101- update-types : ['version-update:semver-major']
102- open-pull-requests-limit : 10
112+ update-types :
113+ - version-update:semver-major
114+
115+ version : 2
You can’t perform that action at this time.
0 commit comments