diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index ed559b2..fca4a09 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -1,17 +1,18 @@ name: Renovate + on: schedule: - - cron: '0 3 * * *' - workflow_dispatch: + - cron: '0 3 * * *' + workflow_dispatch: jobs: renovate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v48 + - uses: actions/checkout@v4 - name: Renovate uses: docker://ghcr.io/renovatebot/renovate:latest env: RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - LOG_LEVEL: info + LOG_LEVEL: info \ No newline at end of file