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"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
[tealdeer]
|
||||
source = "github"
|
||||
|
|
Loading…
Reference in a new issue