From bbe3e9920c9b6a4474fd3e4323fc1c7d9a5c8b2b Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Fri, 15 May 2026 20:45:46 +0000 Subject: [PATCH] chore: update global workflows --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index de13970..11ebb7e 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "local>LizardByte/.github:renovate-config" - ] + ], + "forkProcessing": "enabled" }