nvchecker: update exclude_regex for nerdctl
This commit is contained in:
parent
391806e724
commit
09771dd743
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue