diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 82c582c..661463b 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -121,6 +121,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[tailwindcss] +source = "github" +github = "tailwindlabs/tailwindcss" +use_max_tag = true +prefix = "v" + [angband] source = "github" github = "angband/angband"