File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -17,32 +17,33 @@ updates:
1717 - dependency-name : " *"
1818 update-types : ["version-update:semver-major"]
1919 groups :
20+ oclif :
21+ patterns :
22+ - " oclif"
23+ - " @oclif/*"
24+ nx :
25+ patterns :
26+ - " nx"
27+ - " @nx/*"
28+ esbuild :
29+ patterns :
30+ - " esbuild"
31+ babel :
32+ patterns :
33+ - " @babel/*"
34+ typescript :
35+ patterns :
36+ - " typescript"
2037 minor_versions :
2138 dependency-type : " production"
2239 update-types :
2340 - ' minor'
2441 - ' patch'
2542 exclude-patterns :
26- - " oclif"
27- - " @oclif/*"
28- - " nx"
29- - " @nx/*"
3043 - " ink"
31- - " typescript"
32- - " esbuild"
3344 - " react"
34- - " @babel/*"
35- - " javy-cli"
3645 development_dependencies :
3746 dependency-type : " development"
3847 update-types :
3948 - ' minor'
4049 - ' patch'
41- oclif :
42- patterns :
43- - " oclif"
44- - " @oclif/*"
45- nx :
46- patterns :
47- - " nx"
48- - " @nx/*"
You can’t perform that action at this time.
0 commit comments