nvchecker: update exclude_regex for elvish
This commit is contained in:
parent
614f5f95c2
commit
38f043935c
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ source = "github"
|
||||||
github = "elves/elvish"
|
github = "elves/elvish"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
|
||||||
|
|
||||||
[pgformatter]
|
[pgformatter]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue