Skip to content

Commit

Permalink
Merge pull request #277 from runk/update-renovate-conf
Browse files Browse the repository at this point in the history
Update renovate config
  • Loading branch information
Dmitry Shirokov authored Mar 6, 2020
2 parents 0034c05 + 964b584 commit 6443c56
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": [
"config:base"
"extends": ["config:base"],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 6443c56

Please sign in to comment.