diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index ac2522b..73bd448 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-fqdn] +source = "github" +github = "ypcrts/fqdn" +use_max_tag = true +prefix = "v" + [python-isoduration] source = "github" github = "bolsote/isoduration"