diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 7669e515..14c9c31e 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -13,12 +13,12 @@ jobs: - uses: actions/checkout@v4 - name: Run Renovate - run: npx renovate + run: LOG_LEVEL=debug npx renovate env: # Renovate is using this token to retrieve release notes GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }} # See - LOG_LEVEL: info # debug | info | warn | error | fatal + LOG_LEVEL: debug # debug | info | warn | error | fatal # Autodiscover is better suited for an extra repo running Renovate on all desired repos #RENOVATE_AUTODISCOVER: 'true' RENOVATE_CONFIG_FILE: renovate.json