nvchecker: add single-file
This commit is contained in:
parent
305ec33cb6
commit
b7019a5a51
1 changed files with 6 additions and 0 deletions
|
@ -84,6 +84,12 @@ use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(rc).*$"
|
||||||
|
|
||||||
|
[single-file]
|
||||||
|
source = "github"
|
||||||
|
github = "gildas-lormeau/SingleFile"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[drone]
|
[drone]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "drone/drone"
|
github = "drone/drone"
|
||||||
|
|
Loading…
Reference in a new issue