From 3a1493036ac459ceb5fb70c69d6c2a478c0bb88d Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 18 Dec 2022 21:36:34 +1300 Subject: [PATCH] nvchecker: add stumpwm & stumpwm-contrib --- .repo/nvchecker.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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"