nvchecker: apply exclude_regex to nomad

This commit is contained in:
George Rawlinson 2021-10-15 07:06:15 +00:00
parent 17b9086195
commit 8c7913c6e1
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ source = "github"
github = "hashicorp/nomad"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta).*$"
[nomad-driver-lxc]
source = "github"