nvchecker: add rootlesskit
This commit is contained in:
parent
e8e67aea23
commit
17999fe607
1 changed files with 6 additions and 0 deletions
|
@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[rootlesskit]
|
||||||
|
source = "github"
|
||||||
|
github = "rootless-containers/rootlesskit"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[buildkit]
|
[buildkit]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "moby/buildkit"
|
github = "moby/buildkit"
|
||||||
|
|
Loading…
Reference in a new issue