on: schedule: - cron: '*/30 * * * *' jobs: renovate: name: Renovate runs-on: docker container: image: ghcr.io/renovatebot/renovate:37.421.7@sha256:931463c360ae07e5f99b38d8fc65a7ffd4d373d496334d91512f0636f23d73c9 steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: show-progress: false - name: Renovate uses: ./.forgejo/actions/renovate with: endpoint: https://git.hsn.dev/api/v1/ token: ${{ secrets.RENOVATE_TOKEN }} github-token: ${{ secrets.GH_TOKEN }} args: --platform gitea --autodiscover save-cache: true