Merge pull request 'fix renovate regex' (!162) from fix-renovate-config into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/162
This commit is contained in:
commit
a0bd8dd4c5
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
|
# Use the shell call because the task sometimes has problems finding the service state
|
||||||
# service:
|
# service:
|
||||||
# name: cron
|
# name: cron
|
||||||
# state: restarted
|
# state: restarted
|
||||||
|
|
|
@ -184,4 +184,3 @@
|
||||||
site_name: "{{ discord_invite_domain }}"
|
site_name: "{{ discord_invite_domain }}"
|
||||||
# forward_to: "https://discord.com/invite/8FcDvAf"
|
# forward_to: "https://discord.com/invite/8FcDvAf"
|
||||||
forward_to: "https://sl.n39.eu/discord"
|
forward_to: "https://sl.n39.eu/discord"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker",
|
||||||
"versioningTemplate": "docker",
|
"versioningTemplate": "docker",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?$"
|
"image: (?<depName>.*?):(?<currentValue>.*?)(@sha256:(?<currentDigest>.*?))?\\s"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue