From 3636b0d55dbef87f3d9ef21f9300086af1178521 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:51:39 +0100 Subject: [PATCH] Update manifest.toml : disable auto update for now until multiplayer patch is fixed for newer versions --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index bdfe137..44137e8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,8 +53,9 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/tldraw/tldraw/archive/8e55e263bf45cb6d425178c638aec385ec01e62c.zip" sha256 = "d090aac97266e043418ec34d46e722dd69c7dace4bd30f39afb9478eb21271d1" - autoupdate.upstream = "https://github.com/tldraw/tldraw" - autoupdate.strategy = "latest_github_commit" + # Disabled autoupdate for now because it's flooding with PRs which are failing the test + # The "multiplayer" patch needs to be fixed to be adapted to newer versions + #autoupdate.strategy = "latest_github_commit" [resources.ports]