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 19, 2018
1 parent 0cf5bfb commit e8a85c6
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 e8a85c6

Please sign in to comment.