diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 5e3e231..1d26068 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -129,6 +129,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[greatest] +source = "github" +github = "silentbicycle/greatest" +use_max_tag = true +prefix = "v" + [zydis] source = "github" github = "zyantific/zydis"