This commit is contained in:
parent
a03ed9a362
commit
87e3aed28e
2 changed files with 13 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
nextcloud__version: 32
|
||||
# renovate: datasource=docker depName=postgres
|
||||
nextcloud__postgres_version: 15.14
|
||||
nextcloud__fqdn: cloud.hamburg.ccc.de
|
||||
nextcloud__data_dir: /data/nextcloud
|
||||
|
|
|
|||
|
|
@ -30,6 +30,18 @@
|
|||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
// Custom manager using regex for letting Renovate find dependencies in inventory variables.
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"//inventories/.*?_vars/.*?\\.ya?ml$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s*.+?\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
|
||||
]
|
||||
}
|
||||
],
|
||||
"docker-compose": {
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue