Compare commits

..

2 commits

Author SHA1 Message Date
8a8438e55d
nvchecker: add difftastic 2022-03-29 20:13:55 +00:00
8ed70fc2ab
nvchecker: add git-grab 2022-03-29 20:13:33 +00:00

View file

@ -136,6 +136,17 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[difftastic]
source = "github"
github = "Wilfred/difftastic"
use_max_tag = true
[git-grab]
source = "github"
github = "wezm/git-grab"
use_max_tag = true
prefix = "v"
[rootlesskit]
source = "github"
github = "rootless-containers/rootlesskit"