Skip to content

Commit 9f51212

Browse files
committed
feat(renovate): update config
1 parent c6e8f24 commit 9f51212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"extends": [
44
"config:base"
55
],
6+
"postUpdateOptions": ["npmInstallTwice"],
67
"packageRules": [
78
{
89
"matchDepTypes": ["dependencies", "devDependencies"],
910
"rangeStrategy": "pin"
1011
}
11-
],
12-
"postUpdateOptions": ["npmInstallTwice"]
12+
]
1313
}

0 commit comments

Comments
 (0)