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 0f6ed5c
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 @@ -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:
Expand Down

0 comments on commit 0f6ed5c

Please sign in to comment.