nvchecker: add rc to nomad's exclude_regex
This commit is contained in:
parent
77e440559f
commit
164c659e06
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ source = "github"
|
||||||
github = "hashicorp/nomad"
|
github = "hashicorp/nomad"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(alpha|beta).*$"
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[nomad-driver-lxc]
|
[nomad-driver-lxc]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue