From 13b48affb015b83726d2b0b02693670660b4eb06 Mon Sep 17 00:00:00 2001 From: Osyris Date: Sun, 5 Feb 2023 21:53:34 -0500 Subject: [PATCH] Delete dependabot.yml --- .github/workflows/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 8ba1389..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Merge Dependabot - -on: pull_request - -jobs: - merge: - if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' - runs-on: ubuntu-latest - steps: - - uses: pascalgn/automerge-action@master - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - MERGE_METHOD: squash - MERGE_LABELS: ''