nvchecker: add exclude_regex to immudb

This commit is contained in:
George Rawlinson 2022-04-28 19:33:11 +12:00
parent 3b9db1221e
commit 7ea69d7089
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -622,6 +622,7 @@ source = "github"
github = "codenotary/immudb"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*RC.*$"
[immugw]
source = "github"