nvchecker: add pgcli

This commit is contained in:
George Rawlinson 2022-04-20 20:13:53 +12:00
parent 3f57227bc2
commit b3105f2fdf
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -140,6 +140,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[pgcli]
source = "github"
github = "dbcli/pgcli"
use_max_tag = true
prefix = "v"
[python-cli_helpers]
source = "github"
github = "dbcli/cli_helpers"