File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 5454 "typescript" : " ^4.0.2"
5555 },
5656 "dependencies" : {
57- "pretty-format" : " ^29.4 .0"
57+ "pretty-format" : " ^29.0 .0"
5858 },
5959 "peerDependencies" : {
6060 "jest" : " >=28.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:base"
3+ "extends" : [" config:base" ],
4+ "ignoreDeps" : [" flow-bin" ],
5+ "packageRules" : [
6+ {
7+ "groupName" : " React / React Native packages" ,
8+ "matchPackageNames" : [" react" , " react-native" , " react-test-renderer" ]
9+ },
10+ {
11+ "groupName" : " all minor & patch deps" ,
12+ "groupSlug" : " all-minor-patch" ,
13+ "matchPackagePatterns" : [" *" ],
14+ "matchUpdateTypes" : [" minor" , " patch" ]
15+ }
516 ]
617}
You can’t perform that action at this time.
0 commit comments