Skip to content
This repository was archived by the owner on Aug 5, 2019. It is now read-only.

Commit 930a35b

Browse files
renovate[bot]sbardian
authored andcommitted
Configure Renovate (#2)
1 parent 0c27cb4 commit 930a35b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": ["config:base"],
3+
"commitMessage": "Update {{depName}} to {{newVersion}}",
4+
"automergeType": "branch-push",
5+
"automerge": true,
6+
"major": {
7+
"automerge": false
8+
},
9+
"prConcurrentLimit": 0,
10+
"prHourlyLimit": 0,
11+
"packageRules": [
12+
{
13+
"description": "Disable react monorepo grouping",
14+
"extends": "monorepo:react",
15+
"groupName": null
16+
}
17+
],
18+
}

0 commit comments

Comments
 (0)