Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
fix(renovate): do not bump engines
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 27, 2020
1 parent 6f63b5a commit 0bac344
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest", "lockFileMaintenance"],
"automerge": true
"automerge": true,
"rangeStrategy": "bump",
"depTypeList": [
"dependencies",
"devDependencies",
"optionalDependencies",
"peerDependencies"
]
}
],
"rangeStrategy": "bump"
]
}

0 comments on commit 0bac344

Please sign in to comment.