From 13647f356e5bc37e21453a2387feeb17644e272d Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Thu, 11 Apr 2024 00:21:09 -0700 Subject: [PATCH] chore: enable renovate fork processing Signed-off-by: Christian Stewart --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index d237163a..40f50e4c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,6 +6,7 @@ "group:all", "workarounds:all" ], + "forkProcessing": "enabled", "branchConcurrentLimit": 0, "packageRules": [{ "matchManagers": ["gomod"],