fix renovate regex
This commit is contained in:
parent
490bb06a4c
commit
90161d24e3
3 changed files with 2 additions and 3 deletions
|
@ -555,4 +555,4 @@
|
|||
# Use the shell call because the task sometimes has problems finding the service state
|
||||
# service:
|
||||
# name: cron
|
||||
# state: restarted
|
||||
# state: restarted
|
||||
|
|
|
@ -184,4 +184,3 @@
|
|||
site_name: "{{ discord_invite_domain }}"
|
||||
# forward_to: "https://discord.com/invite/8FcDvAf"
|
||||
forward_to: "https://sl.n39.eu/discord"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker",
|
||||
"matchStrings": [
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?$"
|
||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue