From 0f6ed5c5d8b20e2d446bc972cc781416e93ce7f3 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Fri, 17 May 2024 00:06:05 +0900 Subject: [PATCH] ci: renovate color --- .github/workflows/renovate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 36e208190..1d838b388 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -98,12 +98,14 @@ jobs: configurationFile: .github/renovate.json5 token: ${{ steps.generate_token.outputs.token }} renovate-version: ${{ env.RENOVATE_VERSION }} + env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|FORCE_COLOR)$" env: # This enables the cache -- if this is set, it's not necessary to add it to renovate.json. RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }} LOG_LEVEL: debug RENOVATE_AUTODISCOVER: true RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}" + FORCE_COLOR: 3 # chalk.supportsColor - name: delete old cache env: