Skip to content

Commit

Permalink
Enable renovate (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmcknight authored Apr 24, 2022
1 parent a4f94a0 commit e2ef40e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"extends": [
"config:base",
":onlyNpm",
":automergeTypes",
":automergeMinor",
":rebaseStalePrs",
":prHourlyLimit4",
":label(dependencies)"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "bump"
},
{
"matchDepTypes": ["devDependencies"],
"rangeStrategy": "pin"
},
{
"matchDepTypes": ["peerDependencies"],
"rangeStrategy": "widen"
},
{
"matchDepTypes": ["engines"],
"rangeStrategy": "auto"
}
]
}

0 comments on commit e2ef40e

Please sign in to comment.