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