diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 4788ce7..03ef891 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -90,6 +90,12 @@ to_pattern = '\1.\2.\3' # github +[mold] +source = "github" +github = "rui314/mold" +use_max_tag = true +prefix = "v" + [mimalloc] source = "github" github = "microsoft/mimalloc"