|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": [ |
4 | | - "local>iExecBlockchainComputing/renovate-config" |
5 | | - ] |
| 4 | + "local>iExecBlockchainComputing/renovate" |
| 5 | + ], |
| 6 | + "packageRules": [ |
| 7 | + { |
| 8 | + "matchFileNames": ["**/*Dockerfile"], |
| 9 | + "groupName": "dockerfiles" |
| 10 | + }, |
| 11 | + { |
| 12 | + "matchFileNames": ["**/.drone.yml"], |
| 13 | + "groupName": "drone-ci-configs" |
| 14 | + }, |
| 15 | + { |
| 16 | + "matchFileNames": ["packages/dataprotector-deserializer/**"], |
| 17 | + "groupName": "dataprotector-deserializer" |
| 18 | + }, |
| 19 | + { |
| 20 | + "matchFileNames": ["packages/demo/**"], |
| 21 | + "groupName": "demos" |
| 22 | + }, |
| 23 | + { |
| 24 | + "matchFileNames": ["packages/protected-data-delivery-dapp/**"], |
| 25 | + "groupName": "protected-data-delivery" |
| 26 | + }, |
| 27 | + { |
| 28 | + "matchFileNames": ["packages/sdk/**"], |
| 29 | + "groupName": "sdk" |
| 30 | + }, |
| 31 | + { |
| 32 | + "matchFileNames": ["packages/sharing-smart-contract/**"], |
| 33 | + "groupName": "sharing-smart-contract" |
| 34 | + }, |
| 35 | + { |
| 36 | + "matchFileNames": ["packages/smart-contract/**"], |
| 37 | + "groupName": "smart-contract" |
| 38 | + }, |
| 39 | + { |
| 40 | + "matchFileNames": ["packages/subgraph/**"], |
| 41 | + "groupName": "subgraph" |
| 42 | + }, |
| 43 | + { |
| 44 | + "matchFileNames": ["**/.nvmrc"], |
| 45 | + "groupName": "node-versions" |
| 46 | + } |
| 47 | + ], |
| 48 | + "prConcurrentLimit": 5 |
6 | 49 | } |
0 commit comments