Update .github/workflows/renovate.yml
This commit is contained in:
parent
bfc6e7d31b
commit
888e44c1a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
run: npx renovate
|
run: 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>
|
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
||||||
LOG_LEVEL: info # debug | info | warn | error | fatal
|
LOG_LEVEL: info # debug | info | warn | error | fatal
|
||||||
RENOVATE_ENDPOINT: ${{ github.api_url }}
|
RENOVATE_ENDPOINT: ${{ github.api_url }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue