Skip to content

Commit

Permalink
chore(renovate): add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
clok committed Aug 19, 2020
1 parent a3727bd commit d35bb3c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"semanticCommits": true,
"prHourlyLimit": 2,
"labels": ["dependencies"],
"extends": [
"config:base",
":pinAllExceptPeerDependencies"
],
"major": {
"labels": ["dependencies", "major"]
},
"minor": {
"labels": ["dependencies", "minor"]
}
}

0 comments on commit d35bb3c

Please sign in to comment.