| 
 | 1 | +{  | 
 | 2 | +  "$schema": "https://docs.renovatebot.com/renovate-schema.json",  | 
 | 3 | +  "extends": [  | 
 | 4 | +    "config:best-practices",  | 
 | 5 | +    ":docker",  | 
 | 6 | +    ":maintainLockFilesWeekly",  | 
 | 7 | +    ":pinAllExceptPeerDependencies",  | 
 | 8 | +    "security:minimumReleaseAgeNpm",  | 
 | 9 | +    ":semanticCommitsDisabled"  | 
 | 10 | +  ],  | 
 | 11 | +  "packageRules": [  | 
 | 12 | +    {  | 
 | 13 | +      "description": "require manual approval for new minor OR major versions of these packages",  | 
 | 14 | +      "matchPackageNames": [  | 
 | 15 | +        "@types/react-native",  | 
 | 16 | +        "react-native",  | 
 | 17 | +        "metro-react-native-babel-preset",  | 
 | 18 | +        "@react-native/metro-config",  | 
 | 19 | +        "@react-native/eslint-config",  | 
 | 20 | +        "@types/react-test-renderer",  | 
 | 21 | +        "react-test-renderer",  | 
 | 22 | +        "@types/react",  | 
 | 23 | +        "react",  | 
 | 24 | +        "com.facebook.flipper:flipper",  | 
 | 25 | +        "com.facebook.flipper:flipper-fresco-plugin",  | 
 | 26 | +        "com.facebook.flipper:flipper-network-plugin"  | 
 | 27 | +      ],  | 
 | 28 | +      "matchUpdateTypes": [  | 
 | 29 | +        "minor",  | 
 | 30 | +        "major"  | 
 | 31 | +      ],  | 
 | 32 | +      "dependencyDashboardApproval": true  | 
 | 33 | +    },  | 
 | 34 | +    {  | 
 | 35 | +      "description": "require manual approval for new major versions of these packages",  | 
 | 36 | +      "matchPackageNames": [  | 
 | 37 | +        "react-markdown"  | 
 | 38 | +      ],  | 
 | 39 | +      "matchUpdateTypes": [  | 
 | 40 | +        "major"  | 
 | 41 | +      ],  | 
 | 42 | +      "dependencyDashboardApproval": true  | 
 | 43 | +    },  | 
 | 44 | +    {  | 
 | 45 | +      "description": "stop widening peerDep ranges for custom modules",  | 
 | 46 | +      "matchFileNames": [  | 
 | 47 | +        "modules/**/package.json"  | 
 | 48 | +      ],  | 
 | 49 | +      "matchDepTypes": [  | 
 | 50 | +        "peerDependencies"  | 
 | 51 | +      ],  | 
 | 52 | +      "rangeStrategy": "bump"  | 
 | 53 | +    },  | 
 | 54 | +    {  | 
 | 55 | +      "description": "group all redux packages together",  | 
 | 56 | +      "groupName": "redux",  | 
 | 57 | +      "matchPackageNames": [  | 
 | 58 | +        "@reduxjs/**",  | 
 | 59 | +        "react-redux"  | 
 | 60 | +      ]  | 
 | 61 | +    }  | 
 | 62 | +  ],  | 
 | 63 | +  "prConcurrentLimit": 4  | 
 | 64 | +}  | 
0 commit comments