nvchecker: add certbot
This commit is contained in:
parent
3fafab4228
commit
019867b22f
1 changed files with 6 additions and 0 deletions
|
@ -136,6 +136,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
|||
|
||||
# github
|
||||
|
||||
[certbot]
|
||||
source = "github"
|
||||
github = "certbot/certbot"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
||||
|
||||
[bibtool]
|
||||
source = "github"
|
||||
github = "ge-ne/bibtool"
|
||||
|
|
Loading…
Reference in a new issue