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