Skip to content

Commit 0f6ed5c

Browse files
committed
ci: renovate color
1 parent ba0d40f commit 0f6ed5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/renovate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,14 @@ jobs:
9898
configurationFile: .github/renovate.json5
9999
token: ${{ steps.generate_token.outputs.token }}
100100
renovate-version: ${{ env.RENOVATE_VERSION }}
101+
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|FORCE_COLOR)$"
101102
env:
102103
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
103104
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
104105
LOG_LEVEL: debug
105106
RENOVATE_AUTODISCOVER: true
106107
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}"
108+
FORCE_COLOR: 3 # chalk.supportsColor
107109

108110
- name: delete old cache
109111
env:

0 commit comments

Comments
 (0)