From 1dac25cfbaf11a66e9d69ad2cc87f52ab660d0f3 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Sat, 23 Mar 2024 04:43:59 +1100 Subject: [PATCH] Add debug logs to renovate (#3954) Try to uncover why vulnerability alerts are skipped --- .github/workflows/renovate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 48643841ba5..77f6c3dbf12 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -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