diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 49884c3c..48c20e8b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "lockFileMaintenance": { "enabled": false }, - "includePaths": ["package/**", ".github/**"] + "includePaths": ["package/**", ".github/**"], + "skipInstalls": false }