Compare commits

..

3 commits

View file

@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run Renovate - name: Run Renovate
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels> run: LOG_LEVEL=debug npx renovate
# debug | info | warn | error | fatal
run: LOG_LEVEL=info npx renovate
env: env:
# Renovate is using this token to retrieve release notes # Renovate is using this token to retrieve release notes
GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }} GITHUB_COM_TOKEN: ${{ secrets.renovate_github_com_token }}
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
LOG_LEVEL: debug # debug | info | warn | error | fatal
# Autodiscover is better suited for an extra repo running Renovate on all desired repos # Autodiscover is better suited for an extra repo running Renovate on all desired repos
#RENOVATE_AUTODISCOVER: 'true' #RENOVATE_AUTODISCOVER: 'true'
RENOVATE_CONFIG_FILE: renovate.json RENOVATE_CONFIG_FILE: renovate.json