diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index de4a712..ed09211 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[ft2-clone] +source = "github" +github = "8bitbubsy/ft2-clone" +use_max_tag = true +prefix = "v" + [python-pillow] source = "github" github = "python-pillow/pillow"