nvchecker: add exclude_regex to dust

This commit is contained in:
George Rawlinson 2022-03-01 05:41:51 +00:00
parent 73c92fe745
commit d2482fb2fb
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -857,6 +857,7 @@ source = "github"
github = "bootandy/dust"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
[tealdeer]
source = "github"