nvchecker: add kondo
This commit is contained in:
parent
0ca4fc1769
commit
175e727748
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# github
|
||||
|
||||
[kondo]
|
||||
source = "github"
|
||||
github = "tbillington/kondo"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[trdsql]
|
||||
source = "github"
|
||||
github = "noborus/trdsql"
|
||||
|
|
Loading…
Reference in a new issue