mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #2021 from OniriCorpe/update-manifestv2-schema
add gitea and forgejo autoupdate strategies
This commit is contained in:
commit
690981ab9e
1 changed files with 7 additions and 1 deletions
|
@ -416,7 +416,13 @@
|
||||||
"latest_github_commit",
|
"latest_github_commit",
|
||||||
"latest_gitlab_tag",
|
"latest_gitlab_tag",
|
||||||
"latest_gitlab_release",
|
"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": {
|
"upstream": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue