File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,81 @@ updates:
4848 cooldown :
4949 default-days : 7
5050 rebase-strategy : " auto"
51+ groups :
52+ embedpdf :
53+ patterns :
54+ - " @embedpdf/*"
55+ mantine :
56+ patterns :
57+ - " @mantine/*"
58+ - " postcss-preset-mantine"
59+ mui :
60+ patterns :
61+ - " @mui/*"
62+ tauri-js :
63+ patterns :
64+ - " @tauri-apps/*"
65+ emotion :
66+ patterns :
67+ - " @emotion/*"
68+ react :
69+ patterns :
70+ - " react"
71+ - " react-dom"
72+ - " @types/react"
73+ - " @types/react-dom"
74+ typescript-eslint :
75+ patterns :
76+ - " @typescript-eslint/*"
77+ - " typescript-eslint"
78+ eslint :
79+ patterns :
80+ - " eslint"
81+ - " @eslint/*"
82+ vite :
83+ patterns :
84+ - " vite"
85+ - " vite-*"
86+ - " @vitejs/*"
87+ vitest :
88+ patterns :
89+ - " vitest"
90+ - " @vitest/*"
91+ testing-library :
92+ patterns :
93+ - " @testing-library/*"
94+ i18next :
95+ patterns :
96+ - " i18next"
97+ - " i18next-*"
98+ - " react-i18next"
99+ iconify :
100+ patterns :
101+ - " @iconify/*"
102+ - " @iconify-json/*"
103+ stripe :
104+ patterns :
105+ - " @stripe/*"
106+ posthog :
107+ patterns :
108+ - " @posthog/*"
109+ - " posthog-js"
110+ supabase :
111+ patterns :
112+ - " @supabase/*"
113+ dnd-kit :
114+ patterns :
115+ - " @dnd-kit/*"
116+ tailwind :
117+ patterns :
118+ - " tailwindcss"
119+ - " @tailwindcss/*"
120+ postcss :
121+ patterns :
122+ - " postcss"
123+ - " postcss-*"
124+ exclude-patterns :
125+ - " postcss-preset-mantine"
51126
52127 - package-ecosystem : cargo
53128 directories :
@@ -59,6 +134,24 @@ updates:
59134 cooldown :
60135 default-days : 7
61136 rebase-strategy : " auto"
137+ groups :
138+ tauri :
139+ patterns :
140+ - " tauri"
141+ - " tauri-build"
142+ - " tauri-plugin-*"
143+ serde :
144+ patterns :
145+ - " serde"
146+ - " serde_*"
147+ tracing :
148+ patterns :
149+ - " tracing"
150+ - " tracing-*"
151+ tokio :
152+ patterns :
153+ - " tokio"
154+ - " tokio-*"
62155
63156 - package-ecosystem : pip
64157 directory : /testing/cucumber
You can’t perform that action at this time.
0 commit comments