Skip to content

Commit 10366e9

Browse files
committed
set skipInstalls: false
in the hopes that renovate will also create a lockfile update
1 parent f6a4a01 commit 10366e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"lockFileMaintenance": { "enabled": false },
4-
"includePaths": ["package/**", ".github/**"]
4+
"includePaths": ["package/**", ".github/**"],
5+
"skipInstalls": false
56
}

0 commit comments

Comments
 (0)