Compare commits
4 commits
0f9602d482
...
6d355fc5bd
Author | SHA1 | Date | |
---|---|---|---|
6d355fc5bd | |||
d18513fb76 | |||
d10f8d6d90 | |||
66fa98353e |
1 changed files with 1 additions and 1 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
@ -20,7 +20,6 @@ jobs:
|
|||
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
||||
LOG_LEVEL: info # debug | info | warn | error | fatal
|
||||
RENOVATE_AUTODISCOVER: 'true'
|
||||
#RENOVATE_AUTODISCOVER_TOPICS: ['renovate']
|
||||
RENOVATE_CONFIG_FILE: renovate.json
|
||||
RENOVATE_ENDPOINT: ${{ github.api_url }}
|
||||
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
|
||||
|
@ -35,6 +34,7 @@ jobs:
|
|||
RENOVATE_TOKEN: ${{ secrets.renovate_token }}
|
||||
|
||||
- name: Save log file
|
||||
# FIXME: v4 of this action causes an error on Forgejo (“You must configure a GitHub token”)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: renovate-log.ndjson
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue