nvchecker: add exclude_regex to mold
This commit is contained in:
parent
c9eae706cc
commit
391806e724
1 changed files with 1 additions and 0 deletions
|
@ -932,6 +932,7 @@ source = "github"
|
||||||
github = "rui314/mold"
|
github = "rui314/mold"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
|
||||||
|
|
||||||
[mimalloc]
|
[mimalloc]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue