From 53bcc2844367bce2600d5afa6f38823374114a95 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Sat, 4 Jul 2026 19:34:11 -0700 Subject: [PATCH] ci: remove renovate workflow --- .gitea/workflows/renovate.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .gitea/workflows/renovate.yml diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml deleted file mode 100644 index 586fb96..0000000 --- a/.gitea/workflows/renovate.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Renovate -on: - schedule: - - cron: "0 * * * *" # Triggers hourly - push: - branches: - - master - workflow_dispatch: # Allows manual triggering from the Gitea UI - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - renovate: - runs-on: ubuntu-latest - container: - image: ghcr.io/renovatebot/renovate:latest - env: - RENOVATE_PLATFORM: gitea - RENOVATE_ENDPOINT: https://git.rodydavis.dev/api/v1 - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - RENOVATE_AUTODISCOVER: false - RENOVATE_REPOSITORIES: ${{ github.repository }} - steps: - - name: Run Renovate - run: renovate