Skip to content

Commit

Permalink
Merge pull request #16 from ESGI-Ideal/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
TristanEduProjet committed Apr 29, 2018
2 parents 02c2c32 + e733cdf commit cec817f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": [
":enableRenovate",
":npm",
"config:base",
":preserveSemverRanges",
":maintainLockFilesMonthly",
"schedule:monthly",
":semanticCommits",
":prNotPending",
":labels(bot, renovate)"
],
"baseBranches": ["master", "develop"],
"supportPolicy": ["lts_latest", "current"],
"bumpVersion": "patch"
}

0 comments on commit cec817f

Please sign in to comment.