From 003c5adf4a8a341b507ce567be0772be641ef80a Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 5 Jun 2024 10:48:21 +0000 Subject: [PATCH] Set log level to info --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index adb156b..c281696 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -16,7 +16,7 @@ jobs: - run: renovate env: RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js" - LOG_LEVEL: "debug" + # LOG_LEVEL: "debug" RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}