nvchecker: add exclude_regex to postgis

This commit is contained in:
George Rawlinson 2021-10-26 07:06:16 +00:00
parent 199a866223
commit 47e8580c67
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@ prefix = "v"
source = "github"
github = "postgis/postgis"
use_max_tag = true
exclude_regex = "^.*(alpha|beta).*$"
[landrop]
source = "github"