nvchecker: update exclude_regex for nerdctl

This commit is contained in:
George Rawlinson 2022-10-18 10:20:23 +13:00
parent 391806e724
commit 09771dd743
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ source = "github"
github = "containerd/nerdctl"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
[libzen]
source = "github"