nvchecker: add exclude_regex to nerdctl

This commit is contained in:
George Rawlinson 2022-02-15 06:41:54 +00:00
parent e774012c8c
commit ee18b81b5e
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

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