diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml new file mode 100644 index 00000000..49a47f5e --- /dev/null +++ b/.gitea/workflows/renovate.yaml @@ -0,0 +1,24 @@ +name: Renovate + +on: + schedule: + - cron: '0 6 * * *' # Daily at 6 AM UTC + workflow_dispatch: + +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.ref_name }} + + - name: Self-hosted Renovate + uses: renovatebot/github-action@v41.0.0 + with: + token: ${{ secrets.RENOVATE_TOKEN }} + env: + RENOVATE_ENDPOINT: https://gogs.tftsr.com/api/v3 + RENOVATE_PLATFORM: gitea + RENOVATE_AUTOMERGE: 'false'