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"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
exclude_regex = "^.*(rc).*$"
|
||||
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
|
||||
|
||||
[pgformatter]
|
||||
source = "github"
|
||||
|
|
Loading…
Reference in a new issue