nvchecker: add exclude_regex to quickwit
This commit is contained in:
parent
56ce65dab1
commit
43d748ab3e
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ source = "github"
|
||||||
github = "quickwit-inc/quickwit"
|
github = "quickwit-inc/quickwit"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
|
||||||
|
|
||||||
[cargo-sweep]
|
[cargo-sweep]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue