Compare commits

..

2 commits

Author SHA1 Message Date
17999fe607
nvchecker: add rootlesskit 2022-03-26 20:44:19 +13:00
e8e67aea23
nvchecker: add buildkit 2022-03-26 20:44:11 +13:00

View file

@ -136,6 +136,18 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[rootlesskit]
source = "github"
github = "rootless-containers/rootlesskit"
use_max_tag = true
prefix = "v"
[buildkit]
source = "github"
github = "moby/buildkit"
use_max_tag = true
prefix = "v"
[python-josepy]
source = "github"
github = "certbot/josepy"