rework regexp
This commit is contained in:
parent
ef812a4094
commit
a2d31dc8c1
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ homebox_image: ghcr.io/hay-kot/homebox:v0.9.2
|
|||
# renovate: versioning=docker
|
||||
renovate_image: renovate/renovate:36.25.0
|
||||
|
||||
image: ffmd/bind9-md-freifunk-net:v2022122301
|
||||
image: ffmd/bind9-md-freifunk-net:v2022122301
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
"matchStrings": [
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)"
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)\s"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue