nvchecker: update exclude_regex for postgis

This commit is contained in:
George Rawlinson 2021-12-12 00:59:11 +00:00
parent 358ea89fc1
commit 86783ac5d1
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

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