diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index c9b97e5..34dd6a9 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -140,6 +140,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-pgspecial] +source = "github" +github = "dbcli/pgspecial" +use_max_tag = true +prefix = "v" + [nyxt] source = "github" github = "atlas-engineer/nyxt"