From 9cd0cade19e87dc56d44f3e64c8b5ff9b9ad404e Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Fri, 17 Oct 2025 15:53:51 +0200 Subject: [PATCH 1/2] fix: enable forkProcessing to make Renovate work for this repo Since Renovate is running in autodiscover mode and this repo is a fork, enable forkProcessing to have Renovate work for this repo. --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 38c2ad7..d980a0e 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] -} \ No newline at end of file + ], + "forkProcessing": "enabled" +} From 1a8aa67fca6308f53819390f2058eafa320794c0 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Fri, 17 Oct 2025 16:00:43 +0200 Subject: [PATCH 2/2] fix: enable forkProcessing to make Renovate work for this repo Since Renovate is running in autodiscover mode and this repo is a fork, enable forkProcessing to have Renovate work for this repo. --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 38c2ad7..d980a0e 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] -} \ No newline at end of file + ], + "forkProcessing": "enabled" +}