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