Skip to content

Commit

Permalink
Merge pull request #46 from madscience/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
sgarner authored Jul 27, 2020
2 parents 7d35e7a + 99e7f2a commit 026d94c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"extends": [
"config:js-lib",
":automergeMajor",
":automergePr",
":automergeRequireAllStatusChecks",
":dependencyDashboard",
":semanticCommitsDisabled"
],
"prHourlyLimit": 4,
"prConcurrentLimit": 10,
"prCreation": "not-pending",
"stabilityDays": 3,
"rebaseWhen": "conflicted",
"labels": [
"dependencies"
],
"reviewers": [
"sgarner"
],
"packageRules": [
{
"packagePatterns": [
"eslint"
],
"groupName": "eslint"
},
{
"packagePatterns": [
"jest"
],
"groupName": "jest"
}
]
}

0 comments on commit 026d94c

Please sign in to comment.