Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jan 22, 2021
1 parent a3729b0 commit 640def1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
@@ -1,5 +1,13 @@
{
"extends": [
"config:base"
"extends": ["config:base", ":preserveSemverRanges"],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 640def1

Please sign in to comment.