Compare commits
3 commits
4191f728a6
...
f5a7c2893b
Author | SHA1 | Date | |
---|---|---|---|
f5a7c2893b | |||
bf9ef0af21 | |||
0cafc92772 |
2 changed files with 3 additions and 1 deletions
|
@ -10,3 +10,5 @@ homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
|
|||
renovate_image: renovate/renovate:36.52.1
|
||||
|
||||
image: ffmd/bind9-md-freifunk-net:v2022122301
|
||||
image: "{{ renovate_image }}"
|
||||
dokuwiki_image: bitnami/dokuwiki:20220731@sha256:989ab52cf2d2e0f84166e114ca4ce88f59546b8f6d34958905f8d81c18cbd759
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
"matchStrings": [
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue