From ab2dd4e4eddc687f65cd12c3ecc335d79d153f9a Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 28 Dec 2025 21:07:41 -0600 Subject: [PATCH] Remove renovate workflow --- .gitea/workflows/renovate.yml | 24 ------------------------ 1 file changed, 24 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 11cdef0..0000000 --- a/.gitea/workflows/renovate.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: renovate - -on: - schedule: - - cron: "@daily" - push: - branches: - - main - - master - workflow_dispatch: - -jobs: - renovate: - runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:42.66.11 - steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - - name: Fetch remote configuration - run: curl -sL https://git.quad4.io/Quad4-Extra/renovate-config/raw/branch/master/config.js -o config.js - - run: renovate - env: - RENOVATE_CONFIG_FILE: "config.js" - LOG_LEVEL: "debug" - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}