diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml deleted file mode 100644 index 33359fedca6..00000000000 --- a/.github/workflows/renovate.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Renovate -on: - workflow_dispatch: - schedule: - - cron: "0 */1 * * *" -jobs: - renovate: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - with: - token: ${{ secrets.BOT_TOKEN }} - - name: Self-hosted Renovate - uses: renovatebot/github-action@9c2e6e7dc5340821aa2c82094e7326895c94a435 # v39.1.3 - env: - RENOVATE_PR_HOURLY_LIMIT: 100 - with: - configurationFile: .github/renovate-config.js - token: ${{ secrets.BOT_TOKEN }}