Update .github/workflows/renovate.yml

This commit is contained in:
Tobi Schäfer 2025-01-03 11:59:50 +00:00
parent cbb6599ce0
commit c1e9371f6b

View file

@ -1,9 +1,8 @@
name: Run Renovate
on:
workflow_dispatch
#schedule:
# - cron: "13 * * * *"
schedule:
- cron: "13 * * * *"
jobs:
renovate:
@ -31,7 +30,7 @@ jobs:
RENOVATE_PLATFORM: gitea
RENOVATE_REPOSITORY_CACHE: 'enabled'
# github.token is not working here, it lacks some permissions required by Renovate
RENOVATE_TOKEN: ${{ secrets.renovate_token }} #${{ github.token }}
RENOVATE_TOKEN: ${{ secrets.renovate_token }}
- name: Save log file
uses: actions/upload-artifact@v3