on: schedule: - cron: '*/30 * * * *' jobs: renovate: name: Renovate runs-on: ubuntu-latest container: image: ghcr.io/renovatebot/renovate:37.368.7@sha256:8064a99825339da98b1ddf9938ff756c9029a62ad55390d27ddf576e59d266d7 steps: - name: Checkout uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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