nvchecker: add exclude_regex to nerdctl
This commit is contained in:
parent
e774012c8c
commit
ee18b81b5e
1 changed files with 1 additions and 0 deletions
|
@ -383,6 +383,7 @@ source = "github"
|
|||
github = "containerd/nerdctl"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
[libzen]
|
||||
source = "github"
|
||||
|
|
Loading…
Reference in a new issue