From 0de7747283230f27ca15b0f76310750dcc28ce8e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 7 May 2026 10:54:08 +0200 Subject: [PATCH] add branch auto-update in manifest.v2.schema.json --- schemas/manifest.v2.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 69d870bd34..4d4c11132a 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -617,6 +617,9 @@ "needs_manual_tweaks": { "type": "boolean", "description": "Inform the maintainer of manual steps to make autoupdate PRs work" + }, + "branch": { + "type": "string" } } }