diff --git a/renovate-config.js b/renovate-config.js index 12c1a0d..479b025 100644 --- a/renovate-config.js +++ b/renovate-config.js @@ -5,6 +5,7 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, - "commitStatus": false, - "prCreation": "immediate", + "forkProcessing": "disabled", + "dryRun": null, + "binarySource": "install", }; \ No newline at end of file