From e484197008af9d2c3ea8de4288144a0cffe8b09c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:04:09 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 94ed9e87..ceda7f49 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>imranbarbhuiya/dotfiles:parbez-renovate"], - "includeForks": true + "forkProcessing": "enabled" }