From e2bdbecfd272612d1b126f887ace7cd9448b997e Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:21:51 +0000 Subject: [PATCH] chore: add draftPR to renovate config --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 88b4c38149..9bc0ff5f4e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "configMigration": true, + "draftPR": true, "enabledManagers": ["npm", "nvm", "github-actions"], "github-actions": { "enabled": true,