Skip to content

Commit

Permalink
Merge pull request #22 from jedwards1211/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
jedwards1211 authored Dec 23, 2017
2 parents 8c9ef50 + 5b0e0a5 commit 3faefb8
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": [
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":renovatePrefix",
":updateNotScheduled",
":preserveSemverRanges",
":semanticPrefixFix",
":automergeDisabled",
"group:monorepos"
],
"automerge": true,
"major": {
"automerge": false
}
}

0 comments on commit 3faefb8

Please sign in to comment.