nvchecker: add exclude_regex to trdsql
This commit is contained in:
parent
c476ed8229
commit
4d17bcdc58
1 changed files with 1 additions and 0 deletions
|
@ -861,6 +861,7 @@ source = "github"
|
||||||
github = "noborus/trdsql"
|
github = "noborus/trdsql"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[octosql]
|
[octosql]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue