nvchecker: add uasm
This commit is contained in:
parent
74e611bc2f
commit
40b2853e1e
1 changed files with 7 additions and 0 deletions
|
@ -147,6 +147,13 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# github
|
||||
|
||||
[uasm]
|
||||
source = "github"
|
||||
github = "terraspace/uasm"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
ignored = "v213"
|
||||
|
||||
[go-swagger]
|
||||
source = "github"
|
||||
github = "go-swagger/go-swagger"
|
||||
|
|
Loading…
Reference in a new issue