@@ -45,19 +45,109 @@ updates:
4545 update-types :
4646 - " minor"
4747 - " patch"
48- # Group together all patch version updates for @typescript- eslint in a single PR
49- typescript- eslint :
48+ # Group together all patch version updates for eslint in a single PR
49+ eslint :
5050 applies-to : version-updates
5151 patterns :
5252 - " @typescript-eslint*"
53+ - " eslint*"
5354 update-types :
5455 - " minor"
5556 - " patch"
56- # Group together all security updates for @typescript- eslint.
57- typescript- eslint-security :
57+ # Group together all security updates for eslint.
58+ eslint-security :
5859 applies-to : security-updates
5960 patterns :
6061 - " @typescript-eslint*"
62+ - " eslint*"
63+ update-types :
64+ - " minor"
65+ - " patch"
66+ # Group together any @types version updates
67+ types :
68+ applies-to : version-updates
69+ patterns :
70+ - " @types/*"
71+ update-types :
72+ - " minor"
73+ - " patch"
74+ # Group together any @types security updates
75+ types :
76+ applies-to : security-updates
77+ patterns :
78+ - " @types/*"
79+ update-types :
80+ - " minor"
81+ - " patch"
82+ # Group together any testing related version updates
83+ testing :
84+ applies-to : version-updates
85+ patterns :
86+ - " @cypress*"
87+ - " cypress*"
88+ - " jasmine*"
89+ - " karma*"
90+ - " ng-mocks"
91+ update-types :
92+ - " minor"
93+ - " patch"
94+ # Group together any testing related security updates
95+ testing :
96+ applies-to : security-updates
97+ patterns :
98+ - " @cypress*"
99+ - " cypress*"
100+ - " jasmine*"
101+ - " karma*"
102+ - " ng-mocks"
103+ update-types :
104+ - " minor"
105+ - " patch"
106+ # Group together any postcss related version updates
107+ postcss :
108+ applies-to : version-updates
109+ patterns :
110+ - " postcss*"
111+ update-types :
112+ - " minor"
113+ - " patch"
114+ # Group together any postcss related security updates
115+ postcss :
116+ applies-to : security-updates
117+ patterns :
118+ - " postcss*"
119+ update-types :
120+ - " minor"
121+ - " patch"
122+ # Group together any sass related version updates
123+ sass :
124+ applies-to : version-updates
125+ patterns :
126+ - " sass*"
127+ update-types :
128+ - " minor"
129+ - " patch"
130+ # Group together any sass related security updates
131+ sass :
132+ applies-to : version-updates
133+ patterns :
134+ - " sass*"
135+ update-types :
136+ - " minor"
137+ - " patch"
138+ # Group together any webpack related version updates
139+ webpack :
140+ applies-to : version-updates
141+ patterns :
142+ - " webpack*"
143+ update-types :
144+ - " minor"
145+ - " patch"
146+ # Group together any webpack related seurity updates
147+ webpack :
148+ applies-to : security-updates
149+ patterns :
150+ - " webpack*"
61151 update-types :
62152 - " minor"
63153 - " patch"
@@ -109,19 +199,109 @@ updates:
109199 update-types :
110200 - " minor"
111201 - " patch"
112- # Group together all patch version updates for @typescript- eslint in a single PR
113- typescript- eslint :
202+ # Group together all patch version updates for eslint in a single PR
203+ eslint :
114204 applies-to : version-updates
115205 patterns :
116206 - " @typescript-eslint*"
207+ - " eslint*"
117208 update-types :
118209 - " minor"
119210 - " patch"
120- # Group together all security updates for @typescript- eslint.
121- typescript- eslint-security :
211+ # Group together all security updates for eslint.
212+ eslint-security :
122213 applies-to : security-updates
123214 patterns :
124215 - " @typescript-eslint*"
216+ - " eslint*"
217+ update-types :
218+ - " minor"
219+ - " patch"
220+ # Group together any @types version updates
221+ types :
222+ applies-to : version-updates
223+ patterns :
224+ - " @types/*"
225+ update-types :
226+ - " minor"
227+ - " patch"
228+ # Group together any @types security updates
229+ types :
230+ applies-to : security-updates
231+ patterns :
232+ - " @types/*"
233+ update-types :
234+ - " minor"
235+ - " patch"
236+ # Group together any testing related version updates
237+ testing :
238+ applies-to : version-updates
239+ patterns :
240+ - " @cypress*"
241+ - " cypress*"
242+ - " jasmine*"
243+ - " karma*"
244+ - " ng-mocks"
245+ update-types :
246+ - " minor"
247+ - " patch"
248+ # Group together any testing related security updates
249+ testing :
250+ applies-to : security-updates
251+ patterns :
252+ - " @cypress*"
253+ - " cypress*"
254+ - " jasmine*"
255+ - " karma*"
256+ - " ng-mocks"
257+ update-types :
258+ - " minor"
259+ - " patch"
260+ # Group together any postcss related version updates
261+ postcss :
262+ applies-to : version-updates
263+ patterns :
264+ - " postcss*"
265+ update-types :
266+ - " minor"
267+ - " patch"
268+ # Group together any postcss related security updates
269+ postcss :
270+ applies-to : security-updates
271+ patterns :
272+ - " postcss*"
273+ update-types :
274+ - " minor"
275+ - " patch"
276+ # Group together any sass related version updates
277+ sass :
278+ applies-to : version-updates
279+ patterns :
280+ - " sass*"
281+ update-types :
282+ - " minor"
283+ - " patch"
284+ # Group together any sass related security updates
285+ sass :
286+ applies-to : version-updates
287+ patterns :
288+ - " sass*"
289+ update-types :
290+ - " minor"
291+ - " patch"
292+ # Group together any webpack related version updates
293+ webpack :
294+ applies-to : version-updates
295+ patterns :
296+ - " webpack*"
297+ update-types :
298+ - " minor"
299+ - " patch"
300+ # Group together any webpack related seurity updates
301+ webpack :
302+ applies-to : security-updates
303+ patterns :
304+ - " webpack*"
125305 update-types :
126306 - " minor"
127307 - " patch"
@@ -173,19 +353,109 @@ updates:
173353 update-types :
174354 - " minor"
175355 - " patch"
176- # Group together all patch version updates for @typescript- eslint in a single PR
177- typescript- eslint :
356+ # Group together all patch version updates for eslint in a single PR
357+ eslint :
178358 applies-to : version-updates
179359 patterns :
180360 - " @typescript-eslint*"
361+ - " eslint*"
181362 update-types :
182363 - " minor"
183364 - " patch"
184- # Group together all security updates for @typescript- eslint.
185- typescript- eslint-security :
365+ # Group together all security updates for eslint.
366+ eslint-security :
186367 applies-to : security-updates
187368 patterns :
188369 - " @typescript-eslint*"
370+ - " eslint*"
371+ update-types :
372+ - " minor"
373+ - " patch"
374+ # Group together any @types version updates
375+ types :
376+ applies-to : version-updates
377+ patterns :
378+ - " @types/*"
379+ update-types :
380+ - " minor"
381+ - " patch"
382+ # Group together any @types security updates
383+ types :
384+ applies-to : security-updates
385+ patterns :
386+ - " @types/*"
387+ update-types :
388+ - " minor"
389+ - " patch"
390+ # Group together any testing related version updates
391+ testing :
392+ applies-to : version-updates
393+ patterns :
394+ - " @cypress*"
395+ - " cypress*"
396+ - " jasmine*"
397+ - " karma*"
398+ - " ng-mocks"
399+ update-types :
400+ - " minor"
401+ - " patch"
402+ # Group together any testing related security updates
403+ testing :
404+ applies-to : security-updates
405+ patterns :
406+ - " @cypress*"
407+ - " cypress*"
408+ - " jasmine*"
409+ - " karma*"
410+ - " ng-mocks"
411+ update-types :
412+ - " minor"
413+ - " patch"
414+ # Group together any postcss related version updates
415+ postcss :
416+ applies-to : version-updates
417+ patterns :
418+ - " postcss*"
419+ update-types :
420+ - " minor"
421+ - " patch"
422+ # Group together any postcss related security updates
423+ postcss :
424+ applies-to : security-updates
425+ patterns :
426+ - " postcss*"
427+ update-types :
428+ - " minor"
429+ - " patch"
430+ # Group together any sass related version updates
431+ sass :
432+ applies-to : version-updates
433+ patterns :
434+ - " sass*"
435+ update-types :
436+ - " minor"
437+ - " patch"
438+ # Group together any sass related security updates
439+ sass :
440+ applies-to : version-updates
441+ patterns :
442+ - " sass*"
443+ update-types :
444+ - " minor"
445+ - " patch"
446+ # Group together any webpack related version updates
447+ webpack :
448+ applies-to : version-updates
449+ patterns :
450+ - " webpack*"
451+ update-types :
452+ - " minor"
453+ - " patch"
454+ # Group together any webpack related seurity updates
455+ webpack :
456+ applies-to : security-updates
457+ patterns :
458+ - " webpack*"
189459 update-types :
190460 - " minor"
191461 - " patch"
0 commit comments