From 914681c9b75e98211d429e48e85336128b5b075b Mon Sep 17 00:00:00 2001 From: chgl Date: Mon, 14 Oct 2024 21:14:30 +0200 Subject: [PATCH] ci: drop configurationFile config from renovate action inputs --- .github/workflows/renovate.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index ab7514fb..d7fbb0f3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -34,7 +34,6 @@ jobs: uses: renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3 with: token: "${{ steps.app-token.outputs.token }}" - configurationFile: .github/configs/renovate-config.json mount-docker-socket: true env: LOG_LEVEL: "debug"