From 4eef9deb0f8aa87a486a1715e93391fcc8e8a6c1 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..2ebee332a 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -40,6 +40,7 @@ permissions: {} # Adding these as env variables makes it easy to re-use them in different steps and in bash. env: + COLORTERM: truecolor # This is the dir renovate provides -- if we set our own directory via cacheDir, we can run into permissions issues. # It is also possible to cache a higher level of the directory, but it has minimal benefit. While renovate execution # time gets faster, it also takes longer to upload the cache as it grows bigger. @@ -98,6 +99,7 @@ jobs: configurationFile: .github/renovate.json5 token: ${{ steps.generate_token.outputs.token }} renovate-version: ${{ env.RENOVATE_VERSION }} + env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|COLORTERM)$" 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' }}