diff --git a/.github/workflows/combine-dependabot.yaml b/.github/workflows/combine-dependabot.yaml deleted file mode 100644 index 7d10f55..0000000 --- a/.github/workflows/combine-dependabot.yaml +++ /dev/null @@ -1,8 +0,0 @@ -name: Combine Dependabot PRs -on: ['workflow_dispatch', 'pull_request'] -jobs: - combine-prs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.3 - - uses: maadhattah/combine-dependabot-prs@main