We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d40f commit 0f6ed5cCopy full SHA for 0f6ed5c
.github/workflows/renovate.yml
@@ -98,12 +98,14 @@ jobs:
98
configurationFile: .github/renovate.json5
99
token: ${{ steps.generate_token.outputs.token }}
100
renovate-version: ${{ env.RENOVATE_VERSION }}
101
+ env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|FORCE_COLOR)$"
102
env:
103
# This enables the cache -- if this is set, it's not necessary to add it to renovate.json.
104
RENOVATE_REPOSITORY_CACHE: ${{ github.event.inputs.repoCache || 'enabled' }}
105
LOG_LEVEL: debug
106
RENOVATE_AUTODISCOVER: true
107
RENOVATE_AUTODISCOVER_FILTER: "${{ github.repository }}"
108
+ FORCE_COLOR: 3 # chalk.supportsColor
109
110
- name: delete old cache
111
0 commit comments