nvchecker: add exclude_regex to immudb
This commit is contained in:
parent
3b9db1221e
commit
7ea69d7089
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ source = "github"
|
||||||
github = "codenotary/immudb"
|
github = "codenotary/immudb"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*RC.*$"
|
||||||
|
|
||||||
[immugw]
|
[immugw]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue