nvchecker: add gotosocial

This commit is contained in:
George Rawlinson 2022-09-28 16:53:19 +13:00
parent 90f2c91d64
commit fd9f43b4fd
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 7 additions and 0 deletions

View File

@ -147,6 +147,13 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[gotosocial]
source = "github"
github = "superseriousbusiness/gotosocial"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
[rawdog]
source = "github"
github = "echarlie/rawdog-py3"