Skip to content

Commit

Permalink
ci: renovate color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 16, 2024
1 parent ba0d40f commit 4eef9de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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' }}
Expand Down

0 comments on commit 4eef9de

Please sign in to comment.