nvchecker: add bytehound
This commit is contained in:
parent
eff2feddd8
commit
d15f425b6c
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@ use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(rc).*$"
|
||||||
|
|
||||||
|
[bytehound]
|
||||||
|
source = "github"
|
||||||
|
github = "koute/bytehound"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[gokart]
|
[gokart]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "praetorian-inc/gokart"
|
github = "praetorian-inc/gokart"
|
||||||
|
|
Loading…
Reference in a new issue