diff --git a/.github/workflows/dependabot-rebase-branch.yml b/.github/workflows/dependabot-rebase-branch.yml deleted file mode 100644 index 9c1abc276..000000000 --- a/.github/workflows/dependabot-rebase-branch.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: "Dependabot Branch Rebase" - -on: - push: - branches: - - development - workflow_dispatch: - -permissions: - contents: read - pull-requests: read - checks: write - -jobs: - rebase-branch: - name: "Rebase Development onto Dependabot Branch" - uses: mParticle/mparticle-workflows/.github/workflows/dependabot-rebase-development.yml@main - secrets: inherit