From 81da4c9093eab57e8ff97d0c44d312c2cdfb094e Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 10 Aug 2026 13:13:58 +0200 Subject: [PATCH] Remove need to approve builds of matrix-js-sdk after every update --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 30999eb19..c32736caa 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,7 +9,7 @@ allowBuilds: "@swc/core": true "core-js": true "esbuild": true - "matrix-js-sdk@https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/8c95727b6278fe7942c20d0b9485f984dd0694b7": true + "matrix-js-sdk@git+https://github.com/matrix-org/matrix-js-sdk.git": true "protobufjs": true overrides: # We need compatible versions of RxJS in our dependencies and LiveKit's dependencies, but