Delete .github/workflows/update-lockfiles.yml
diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml
deleted file mode 100644
index 81e8087..0000000
--- a/.github/workflows/update-lockfiles.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: update-lockfiles
-
-on:
-  pull_request_target:
-    branches:
-      - "release-**"
-    types:
-      - closed
-
-permissions:
-  contents: read
-
-env:
-  GH_TOKEN: ${{ secrets.BAZEL_IO_TOKEN }}
-
-jobs:
-  update-lockfiles:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Harden Runner
-        uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c
-        with:
-          egress-policy: audit
-      - name: Update lockfile(s) on closed PR
-        uses: bazelbuild/continuous-integration/actions/update-lockfile@53aaadea332e5840d41a1173e78680b3ca7081a0
-        with:
-          release-branch: ${{ github.base_ref }}
-          is-prod: True
-          pr-number: ${{ github.event.number }}
\ No newline at end of file