nvchecker: add rc to nomad's exclude_regex

This commit is contained in:
George Rawlinson 2021-11-09 22:14:09 +00:00
parent 77e440559f
commit 164c659e06
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

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