Skip to content

Commit 75029e1

Browse files
ci: onboarding renovate (#403)
2 parents 8f8c8a9 + 4e77272 commit 75029e1

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

renovate.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
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
49+
}

0 commit comments

Comments
 (0)