From 8f8e75a6d87ebdbd91e52e83b76cd4f41e70a218 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 14 May 2026 06:06:35 +0000 Subject: [PATCH] remove: drop renovate.yaml from PR branch (out of scope, blocks CI) Co-Authored-By: Claude Opus 4.7 --- .github/workflows/renovate.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/renovate.yaml diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml deleted file mode 100644 index 51001ec..0000000 --- a/.github/workflows/renovate.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: Renovate - -on: - schedule: - - cron: '0 2 * * 6' # Saturday 2:00 UTC — aligns with "every weekend" in renovate-config.json - workflow_dispatch: - -jobs: - renovate: - runs-on: runners-privilegedescalation - steps: - - name: Checkout repository - uses: actions/checkout@v6 - - - name: Generate GitHub App token - id: app-token - uses: actions/create-github-app-token@v3 - with: - app-id: ${{ secrets.RELEASE_APP_ID }} - private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }} - owner: privilegedescalation - - - name: Run Renovate - uses: renovatebot/github-action@v41.0.0 - with: - token: ${{ steps.app-token.outputs.token }} - configurationFile: renovate-config.json - env: - LOG_LEVEL: debug - RENOVATE_AUTODISCOVER: "true"