summaryrefslogtreecommitdiffstats
path: root/.github/workflows/auto-merge.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/auto-merge.yml')
-rw-r--r--.github/workflows/auto-merge.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml
deleted file mode 100644
index 515de1670..000000000
--- a/.github/workflows/auto-merge.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-name: Dependabot
-
-on: [pull_request]
-
-jobs:
- auto_merge:
- name: Auto-merge Dependabot PRs
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: ahmadnassri/action-dependabot-auto-merge@v2
- with:
- target: minor
- github-token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}