nvchecker: add exclude_regex to dust
This commit is contained in:
parent
73c92fe745
commit
d2482fb2fb
1 changed files with 1 additions and 0 deletions
|
@ -857,6 +857,7 @@ source = "github"
|
||||||
github = "bootandy/dust"
|
github = "bootandy/dust"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[tealdeer]
|
[tealdeer]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue