Skip to content

Commit

Permalink
feat: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Sep 11, 2022
1 parent 6fc9cbb commit 6614cd0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"extends": [
"config:base"
"extends": ["config:base"],
"reviewers": ["cherfia"],
"packageRules": [
{
"description": "Lock node-fetch version to 2.6.2",
"matchPackageNames": ["node-fetch"],
"enabled": false
},
{
"description": "Enable auto-merge",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
}
]
}

0 comments on commit 6614cd0

Please sign in to comment.