From 5febb14525629601637438afe87c10a6b80c1562 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Sat, 18 Nov 2023 22:06:13 +0100 Subject: [PATCH] ci: allow Renovate to run on a fork (#43) Usually Renovate is disabled on forks. But as we actively develop in this repository we should get the current dependencies too. --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index e66aae5a6..2154224d5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,4 @@ { "extends": ["github>Hapag-Lloyd/Renovate-Global-Configuration"] + "forkProcessing": "enabled" }