Skip to content

Commit

Permalink
chore: customize renovate settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 authored Dec 23, 2017
1 parent 32e2bc5 commit 5b0e0a5
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"extends": [
"config:base"
]
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":renovatePrefix",
":updateNotScheduled",
":preserveSemverRanges",
":semanticPrefixFix",
":automergeDisabled",
"group:monorepos"
],
"automerge": true,
"major": {
"automerge": false
}
}

0 comments on commit 5b0e0a5

Please sign in to comment.