nvchecker: add Pangea Software dependencies

* Mighty Mike
* Otto Matic
This commit is contained in:
George Rawlinson 2021-08-21 22:08:25 +00:00
parent 771a647826
commit 577c35e6f2
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -432,13 +432,25 @@ prefix = "v"
[bugdom] [bugdom]
source = "github" source = "github"
github = "jorio/Bugdom" github = "jorio/Bugdom"
use_latest_release = true use_max_tag = true
prefix = "v" prefix = "v"
[nanosaur] [nanosaur]
source = "github" source = "github"
github = "jorio/Nanosaur" github = "jorio/Nanosaur"
use_latest_release = true use_max_tag = true
prefix = "v"
[ottomatic]
source = "github"
github = "jorio/ottomatic"
use_max_tag = true
prefix = "v"
[mightymike]
source = "github"
github = "jorio/mightymike"
use_max_tag = true
prefix = "v" prefix = "v"
[air] [air]