diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index f772d5d14..000000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: build - -on: - pull_request: - -permissions: read-all - -jobs: - dependabot-auto-merge: - name: 'Dependabot auto-merge' - permissions: - pull-requests: write - runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} - steps: - - name: Enable auto-merge for Dependabot PRs - run: gh pr merge --auto --rebase "$PR_URL" - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}