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

Commit

Permalink
Configure Renovate (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sbardian committed Mar 21, 2018
1 parent 0c27cb4 commit 930a35b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"extends": ["config:base"],
"commitMessage": "Update {{depName}} to {{newVersion}}",
"automergeType": "branch-push",
"automerge": true,
"major": {
"automerge": false
},
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"packageRules": [
{
"description": "Disable react monorepo grouping",
"extends": "monorepo:react",
"groupName": null
}
],
}

0 comments on commit 930a35b

Please sign in to comment.