nvchecker: add postgresql-semver

This commit is contained in:
George Rawlinson 2021-08-16 09:25:58 +00:00
parent f7145e494d
commit 7ea68f2f83
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ prefix = "r"
# github
[postgresql-semver]
source = "github"
github = "theory/pg-semver"
use_max_tag = true
prefix = "v"
[libpg_query]
source = "github"
github = "pganalyze/libpg_query"