nvchecker: add gotosocial
This commit is contained in:
parent
90f2c91d64
commit
fd9f43b4fd
1 changed files with 7 additions and 0 deletions
|
@ -147,6 +147,13 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[gotosocial]
|
||||||
|
source = "github"
|
||||||
|
github = "superseriousbusiness/gotosocial"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[rawdog]
|
[rawdog]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "echarlie/rawdog-py3"
|
github = "echarlie/rawdog-py3"
|
||||||
|
|
Loading…
Reference in a new issue