nvchecker: add exclude_regex to quickwit

This commit is contained in:
George Rawlinson 2022-06-29 00:17:22 +00:00
parent 56ce65dab1
commit 43d748ab3e
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ source = "github"
github = "quickwit-inc/quickwit"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
[cargo-sweep]
source = "github"