diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index aabc487..275ce4b 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -143,6 +143,15 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[stumpwm] +source = "github" +github = "stumpwm/stumpwm" +use_max_tag = true + +[stumpwm-contrib] +source = "github" +github = "stumpwm/stumpwm-contrib" + [git-bug] source = "github" github = "MichaelMure/git-bug"