diff --git a/.github/workflows/dependabot_update_rbis_run.yml b/.github/workflows/dependabot_update_rbis_run.yml deleted file mode 100644 index 06cd1b35b9..0000000000 --- a/.github/workflows/dependabot_update_rbis_run.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Update gem RBIs on Dependabot PRs - -on: - pull_request: - types: [opened, synchronize] - paths: - - 'Gemfile.lock' - -permissions: - contents: write - pull-requests: write - -jobs: - dependabot_update_rbis: - uses: Shopify/ruby-lsp/.github/workflows/dependabot_update_rbis.yml@main - secrets: inherit