1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00

automerge devDependencies

This commit is contained in:
Nebel 2020-02-09 01:15:02 +09:00
parent 36fb470ef5
commit 7bfd949fd3

View file

@ -1,4 +1,10 @@
{ {
"extends": ["config:base"], "extends": ["config:base"],
"rangeStrategy": "update-lockfile" "rangeStrategy": "update-lockfile",
"packageRules": [
{
"depTypeList": ["devDependencies"],
"automerge": true
}
]
} }