nvchecker: add exclude_regex to python-pglast

This commit is contained in:
George Rawlinson 2022-11-26 19:48:15 +13:00
parent 5113ac1e71
commit 26123ecea5
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -1113,6 +1113,7 @@ source = "github"
github = "lelit/pglast"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
[sqlcheck]
source = "github"