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
1 changed files with 1 additions and 0 deletions

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"