diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2fcf99f1..f35a2569 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -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