Skip to content

Commit

Permalink
Add debug logs to renovate (#3954)
Browse files Browse the repository at this point in the history
Try to uncover why vulnerability alerts are skipped
  • Loading branch information
sarayourfriend authored Mar 22, 2024
1 parent 473003a commit 1dac25c
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 @@ -62,13 +62,15 @@ jobs:
sudo chown -R runneradmin:root /tmp/renovate/
ls -R "$cache_dir"
- uses: renovatebot/github-action@v39.2.4
- uses: renovatebot/github-action@v40.1.5
with:
configurationFile: .github/renovate.json
token: ${{ secrets.ACCESS_TOKEN }}
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' }}
# Debug logs to figure out why vulnerability updates aren't occurring
LOG_LEVEL: debug

# Compression helps performance in the upload step!
- name: Compress renovate cache
Expand Down

0 comments on commit 1dac25c

Please sign in to comment.