We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
skipInstalls: false
1 parent f6a4a01 commit 10366e9Copy full SHA for 10366e9
.github/renovate.json5
@@ -1,5 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"lockFileMaintenance": { "enabled": false },
4
- "includePaths": ["package/**", ".github/**"]
+ "includePaths": ["package/**", ".github/**"],
5
+ "skipInstalls": false
6
}
0 commit comments