Skip to content

Commit ab16a99

Browse files
committed
ci(renovate): fix config
1 parent 0ae7a93 commit ab16a99

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

renovate.json

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"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
649
}

0 commit comments

Comments
 (0)