|
| 1 | +{ |
| 2 | + "extends": ["config:recommended"], |
| 3 | + "rangeStrategy": "pin", |
| 4 | + "packageRules": [ |
| 5 | + { |
| 6 | + "groupName": "all minor and patch devDependencies", |
| 7 | + "matchDepTypes": ["devDependencies"], |
| 8 | + "matchUpdateTypes": ["minor", "patch"], |
| 9 | + "automerge": false |
| 10 | + }, |
| 11 | + { |
| 12 | + "groupName": "all major devDependencies", |
| 13 | + "matchDepTypes": ["devDependencies"], |
| 14 | + "matchUpdateTypes": ["major"], |
| 15 | + "automerge": false |
| 16 | + }, |
| 17 | + { |
| 18 | + "groupName": "all minor and patch dependencies", |
| 19 | + "matchDepTypes": ["dependencies"], |
| 20 | + "matchUpdateTypes": ["minor", "patch"], |
| 21 | + "automerge": false |
| 22 | + }, |
| 23 | + { |
| 24 | + "groupName": "all major dependencies", |
| 25 | + "matchDepTypes": ["dependencies"], |
| 26 | + "matchUpdateTypes": ["major"], |
| 27 | + "automerge": false |
| 28 | + }, |
| 29 | + { |
| 30 | + "groupName": "GitHub Actions", |
| 31 | + "matchManagers": ["github-actions"], |
| 32 | + "automerge": false |
| 33 | + } |
| 34 | + ], |
| 35 | + "ignoreDeps": [ |
| 36 | + "@intercom/intercom-react-native", |
| 37 | + "@shopify/restyle", |
| 38 | + "aws-amplify", |
| 39 | + "eslint", |
| 40 | + "eslint-plugin-sonarjs", |
| 41 | + "jwt-decode", |
| 42 | + "jest-expo", |
| 43 | + "react-native-image-viewing" |
| 44 | + ], |
| 45 | + "prCreation": "immediate", |
| 46 | + "automerge": false, |
| 47 | + "branchConcurrentLimit": 50, |
| 48 | + "dependencyDashboard": true |
| 49 | +} |
0 commit comments