diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index a74d102..ab36e9c 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -76,6 +76,14 @@ gitlab = "davical-project/awl" use_max_tag = true prefix = "r" +[openldap] +source = "gitlab" +gitlab = "openldap/openldap" +host = "git.openldap.org" +use_max_tag = true +from_pattern = 'OPENLDAP_REL_ENG_(\d+)_(\d+)_(\d+)' +to_pattern = '\1.\2.\3' + # github [python-pglast]