From c6cca97e69fe63d31e1b9149619ec168ba72c98b Mon Sep 17 00:00:00 2001 From: Nicholas Dille Date: Thu, 9 Nov 2023 10:32:17 +0100 Subject: [PATCH] Ignore repository config --- .github/workflows/renovate-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/renovate-test.yml b/.github/workflows/renovate-test.yml index b9aeedcea5..78d818b6d4 100644 --- a/.github/workflows/renovate-test.yml +++ b/.github/workflows/renovate-test.yml @@ -131,6 +131,7 @@ jobs: docker run --interactive --rm \ --env LOG_LEVEL \ --env RENOVATE_TOKEN="${RENOVATE_TOKEN}" \ + --env RENOVATE_REQUIRE_CONFIG=ignored \ --env RENOVATE_CONFIG_FILE=/renovate_config/renovate-small.json \ --volume $PWD/config:/renovate_config \ renovate/renovate:slim \