nvchecker: add bind9
This commit is contained in:
parent
800f4b4941
commit
85b2aeaa63
1 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,14 @@ prefix = "v"
|
||||||
ignored = "v1.3.3"
|
ignored = "v1.3.3"
|
||||||
|
|
||||||
# gitlab
|
# gitlab
|
||||||
|
[bind9]
|
||||||
|
source = "gitlab"
|
||||||
|
gitlab = "isc-projects/bind9"
|
||||||
|
host = "gitlab.isc.org"
|
||||||
|
use_max_tag = true
|
||||||
|
from_pattern = 'v(\d+)_(\d+)_(\d+)'
|
||||||
|
to_pattern = '\1.\2.\3'
|
||||||
|
|
||||||
[python-crontab]
|
[python-crontab]
|
||||||
source = "gitlab"
|
source = "gitlab"
|
||||||
gitlab = "doctormo/python-crontab"
|
gitlab = "doctormo/python-crontab"
|
||||||
|
|
Loading…
Reference in a new issue