ci: drop self-hosted Renovate workflow
CI / flake (pull_request) Successful in 2m2s

Central Renovate with autodiscovery already covers this repo; renovate.json alone configures it.
This commit is contained in:
Emma Thorpe
2026-06-02 15:31:01 +00:00
parent 659912e0af
commit 0f235b016e
-31
View File
@@ -1,31 +0,0 @@
# Self-hosted Renovate. Gitea has no built-in Renovate, so it runs here on a
# schedule (and on demand). Requires a repo/org secret RENOVATE_TOKEN holding a
# Gitea PAT with read/write on this repository and read on packages.
# If a central Renovate bot already autodiscovers this repo, delete this file;
# renovate.json alone is enough to configure it.
name: Renovate
on:
schedule:
- cron: "0 4 * * 1" # Mondays 04:00 UTC
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Renovate
uses: renovatebot/github-action@v40.3.6
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: ${{ env.GITHUB_SERVER_URL }}/api/v1
RENOVATE_AUTODISCOVER: "false"
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@lyrathorpe.dev>"
LOG_LEVEL: info