nvchecker: add exclude_regex to tern

This commit is contained in:
George Rawlinson 2022-10-02 20:15:55 +13:00
parent c62e6bdd93
commit e7c1cf50d0
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -994,6 +994,7 @@ prefix = "v"
source = "github"
github = "jackc/tern"
use_max_tag = true
exclude_regex = "^.*(alpha|beta|rc).*$"
prefix = "v"
[sqlc]