nvchecker: add fisher
This commit is contained in:
parent
aa80bd4b4e
commit
da4e1c6900
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).*$"
|
||||||
|
|
||||||
|
[fisher]
|
||||||
|
source = "github"
|
||||||
|
github = "jorgebucaran/fisher"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[aq]
|
[aq]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "rossmacarthur/aq"
|
github = "rossmacarthur/aq"
|
||||||
|
|
Loading…
Reference in a new issue