Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 16, 2024
1 parent 4eef9de commit 83bdf6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,15 @@ jobs:
configurationFile: .github/renovate.json5
token: ${{ steps.generate_token.outputs.token }}
renovate-version: ${{ env.RENOVATE_VERSION }}
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|COLORTERM)$"
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|COLORTERM|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 }}"
COLORTERM: truecolor
FORCE_COLOR: 3

- name: delete old cache
env:
Expand Down

0 comments on commit 83bdf6b

Please sign in to comment.