File tree Expand file tree Collapse file tree 1 file changed +51
-33
lines changed Expand file tree Collapse file tree 1 file changed +51
-33
lines changed Original file line number Diff line number Diff line change 99 commit-message :
1010 prefix : meta
1111 open-pull-requests-limit : 10
12+
1213 - package-ecosystem : npm
1314 directory : ' /'
1415 versioning-strategy : increase
@@ -21,57 +22,74 @@ updates:
2122 groups :
2223 lint :
2324 patterns :
24- - ' @typescript-eslint/*'
25- - ' eslint'
26- - ' typescript-eslint'
27- - ' eslint-*'
2825 - ' @eslint/*'
29- - ' stylelint'
30- - ' stylelint-*'
26+ - ' @typescript-eslint/*'
27+ - acorn
28+ - eslint
29+ - eslint-*
30+ - lint-staged
31+ - prettier
32+ - prettier-*
33+ - stylelint
34+ - stylelint-*
35+ - typescript-eslint
36+ - unified
3137 exclude-patterns :
3238 - ' eslint-plugin-storybook'
33- storybook :
34- patterns :
35- - ' storybook'
36- - ' @storybook/*'
37- - ' eslint-plugin-storybook'
38- testing :
39- patterns :
40- - ' @testing-library/*'
41- - ' @types/testing-library*'
42- - ' tsx'
43- - ' @reporters/github'
44- - ' jsdom'
45- - ' global-jsdom'
46- next-js :
47- patterns :
48- - ' next'
49- - ' @next/eslint-plugin-next'
50- - ' next-*'
51- - ' @vercel/*'
39+ - ' prettier-plugin-tailwindcss'
5240 mdx :
5341 patterns :
5442 - ' @vcarl/remark-headings'
43+ - ' @shikijs/*'
5544 - ' @mdx-js/*'
56- - ' rehype-*'
57- - ' remark-*'
45+ - hast-util-*
46+ - rehype-*
47+ - remark-*
48+ - shiki
49+ - sval
50+ - unist-util-*
51+ - vfile
52+ - vfile-*
53+ - reading-time
54+ orama :
55+ patterns :
56+ - ' @orama/*'
57+ - ' @oramacloud/*'
58+ radix :
59+ patterns :
60+ - ' @radix-ui/*'
5861 react :
5962 patterns :
6063 - ' react'
6164 - ' react-dom'
6265 - ' @types/react'
63- tailwind :
66+ storybook :
67+ patterns :
68+ - ' storybook'
69+ - ' @storybook/*'
70+ - ' eslint-plugin-storybook'
71+ styling :
6472 patterns :
6573 - ' @savvywombat/tailwindcss-grid-areas'
66- - ' @tailwindcss/container-queries '
74+ - ' @tailwindcss/* '
6775 - ' prettier-plugin-tailwindcss'
6876 - ' tailwindcss'
69- orama :
77+ testing :
7078 patterns :
71- - ' @orama/*'
72- - ' @oramacloud/*'
79+ - ' @testing-library/*'
80+ - ' @reporters/*'
81+ - global-jsdom
82+ - jsdom
83+ - tsx
84+ vercel :
85+ patterns :
86+ - ' @next/*'
87+ - ' @opentelemetry/*'
88+ - ' @vercel/*'
89+ - next
90+ - next-*
91+ - turbo
7392 ignore :
74- # Manually update major versions of @types/node with the version specified within .nvmrc
7593 - dependency-name : ' @types/node'
7694 update-types : ['version-update:semver-major']
7795 open-pull-requests-limit : 10
You can’t perform that action at this time.
0 commit comments