Compare commits
2 commits
39069e8c67
...
9056935b84
| Author | SHA1 | Date | |
|---|---|---|---|
| 9056935b84 | |||
|
87e3aed28e |
3 changed files with 14 additions and 1 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$/"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
services:
|
||||
keycloak:
|
||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:06bfa760dfa40bd3d4305a67ce02e9dc70113151f09820a3bc6c75f5f7ece855
|
||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:f5bd58402777da32d61ccb1b8601f1388721e07bf11b9d43e8e4ea20d444e10a
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
command: start --optimized
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue