From 12065902d27d80280d101141fbb353ef32eef9a0 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Fri, 22 Nov 2024 17:39:34 +0000 Subject: [PATCH] Remove the renovate action in favor of the GH app --- .github/workflows/renovate.yaml | 25 ------------------------- 1 file changed, 25 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 29bdd0da8..000000000 --- a/.github/workflows/renovate.yaml +++ /dev/null @@ -1,25 +0,0 @@ -name: Renovate -on: - schedule: - # Run every day at 1 AM UTC (before the nightly build at 2 AM UTC) - - cron: '0 1 * * *' - # Allow manual triggering - workflow_dispatch: - -permissions: - contents: write - pull-requests: write - issues: write - -jobs: - renovate: - name: Run Renovate - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Self-hosted Renovate - uses: renovatebot/github-action@v41.0.3 - with: - configurationFile: renovate.json - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file