nvchecker: add exclude_regex to mold

This commit is contained in:
George Rawlinson 2022-10-18 10:20:06 +13:00
parent c9eae706cc
commit 391806e724
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -932,6 +932,7 @@ source = "github"
github = "rui314/mold"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
[mimalloc]
source = "github"