fix renovate regex

This commit is contained in:
David Kilias 2023-08-18 21:21:53 +02:00
parent 490bb06a4c
commit 90161d24e3
3 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -184,4 +184,3 @@
site_name: "{{ discord_invite_domain }}"
# forward_to: "https://discord.com/invite/8FcDvAf"
forward_to: "https://sl.n39.eu/discord"

View file

@ -9,7 +9,7 @@
"datasourceTemplate": "docker",
"versioningTemplate": "docker",
"matchStrings": [
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?$"
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
]
}
]