From 25fe3b356b773f9ba46357564d88a0968afb14e8 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 01:50:31 +0100 Subject: [PATCH] add gitea and forgejo autoupdate strategies --- schemas/manifest.v2.schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 91831cbb..8ce5380c 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -416,7 +416,13 @@ "latest_github_commit", "latest_gitlab_tag", "latest_gitlab_release", - "latest_gitlab_commit" + "latest_gitlab_commit", + "latest_gitea_tag", + "latest_gitea_release", + "latest_gitea_commit", + "latest_forgejo_tag", + "latest_forgejo_release", + "latest_forgejo_commit" ] }, "upstream": {