nvchecker: add exclude_regex to python-pglast
This commit is contained in:
parent
5113ac1e71
commit
26123ecea5
1 changed files with 1 additions and 0 deletions
|
@ -1113,6 +1113,7 @@ source = "github"
|
||||||
github = "lelit/pglast"
|
github = "lelit/pglast"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
|
||||||
|
|
||||||
[sqlcheck]
|
[sqlcheck]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue