aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-07-12 04:01:38 -0500
committerGitHub <noreply@github.com>2021-07-12 04:01:38 -0500
commit435205f1f7b881dc5ee7147bc75c5f5f71e1331b (patch)
treef2bf98261ebd94a1fe28b22dde74e8f488af304e /.github
parentd75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da (diff)
downloadskyblock-api-435205f1f7b881dc5ee7147bc75c5f5f71e1331b.tar.gz
skyblock-api-435205f1f7b881dc5ee7147bc75c5f5f71e1331b.tar.bz2
skyblock-api-435205f1f7b881dc5ee7147bc75c5f5f71e1331b.zip
Delete dependabotmerge.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabotmerge.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/dependabotmerge.yml b/.github/workflows/dependabotmerge.yml
deleted file mode 100644
index 32fe486..0000000
--- a/.github/workflows/dependabotmerge.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-name: CI
-on: [push, pull_request]
-
-jobs:
- automerge:
- runs-on: ubuntu-latest
- steps:
- - uses: fastify/github-action-merge-dependabot@v2.1.1
- with:
- github-token: ${{ secrets.GITHUB_TOKEN }}