File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,16 @@ updates:
21
21
separator : " -"
22
22
versioning-strategy : increase
23
23
groups :
24
+ patch-dependencies :
25
+ update-types :
26
+ - " patch"
24
27
typescript-eslint :
25
28
patterns :
26
29
- " @typescript-eslint*"
27
30
- " typescript-eslint"
28
31
update-types :
29
32
- " major"
30
33
- " minor"
31
- - " patch"
32
34
33
35
- package-ecosystem : " npm"
34
36
directory : " /react-example"
@@ -40,6 +42,10 @@ updates:
40
42
pull-request-branch-name :
41
43
separator : " -"
42
44
versioning-strategy : increase
45
+ groups :
46
+ patch-dependencies :
47
+ update-types :
48
+ - " patch"
43
49
44
50
- package-ecosystem : " npm"
45
51
directory : " /react-tailwind-template"
@@ -51,6 +57,10 @@ updates:
51
57
pull-request-branch-name :
52
58
separator : " -"
53
59
versioning-strategy : increase
60
+ groups :
61
+ patch-dependencies :
62
+ update-types :
63
+ - " patch"
54
64
55
65
- package-ecosystem : " npm"
56
66
directory : " /vue-example"
@@ -62,3 +72,7 @@ updates:
62
72
pull-request-branch-name :
63
73
separator : " -"
64
74
versioning-strategy : increase
75
+ groups :
76
+ patch-dependencies :
77
+ update-types :
78
+ - " patch"
You can’t perform that action at this time.
0 commit comments