diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 460c61b..a1c314d 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -121,6 +121,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[quickwit] +source = "github" +github = "quickwit-inc/quickwit" +use_max_tag = true +prefix = "v" + [cargo-sweep] source = "github" github = "holmgr/cargo-sweep"