mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
ci: fix ldap install location and add renovate rule for openldap
This commit is contained in:
parent
c8a990f079
commit
4910ee0dc3
2 changed files with 16 additions and 2 deletions
|
|
@ -95,6 +95,19 @@
|
|||
"depNameTemplate": "quictls/openssl",
|
||||
"versioningTemplate": "semver",
|
||||
"extractVersionTemplate": "^openssl-(?<version>.*)-quic1$"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/^.github/workflows/linux.yml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"OPENLDAP_VERSION: (?<currentValue>.*)\\s"
|
||||
],
|
||||
"datasourceTemplate": "github-tags",
|
||||
"depNameTemplate": "openldap/openldap",
|
||||
"versioningTemplate": "semver",
|
||||
"extractVersionTemplate": "^OPENLDAP_REL_ENG_(?<major>\\d+)_(?<minor>\\d+)_(?<patch>\\d+)$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue