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

Commit ac80581

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ef884bd + 5c26227 commit ac80581

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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)