File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010 ] ,
1111 packageRules : [
1212 {
13+ description : "require manual approval for new minor OR major versions of these packages" ,
1314 matchPackageNames : [
1415 "@types/react-native" ,
1516 "react-native" ,
2829 dependencyDashboardApproval : true ,
2930 } ,
3031 {
32+ description : "require manual approval for new major versions of these packages" ,
3133 matchPackageNames : [ "react-markdown" ] ,
3234 matchUpdateTypes : [ "major" ] ,
3335 dependencyDashboardApproval : true ,
3436 } ,
3537 {
38+ description : "stop widening peerDep ranges for custom modules" ,
3639 matchFileNames : [ "modules/**/package.json" ] ,
3740 matchDepTypes : [ "peerDependencies" ] ,
3841 rangeStrategy : "bump" ,
3942 } ,
4043 {
44+ description : "group all redux packages together" ,
4145 groupName : "redux" ,
4246 matchPackageNames : [ "@reduxjs/**" , "react-redux" ] ,
4347 } ,
You can’t perform that action at this time.
0 commit comments