Skip to content
Snippets Groups Projects
Unverified Commit 67c32b86 authored by Johan Bergström's avatar Johan Bergström Committed by GitHub
Browse files

chore(doc): fix newline match (#18545)

parent 9654516f
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ You could configure Renovate to update the `Dockerfile` like this: ...@@ -111,7 +111,7 @@ You could configure Renovate to update the `Dockerfile` like this:
{ {
"fileMatch": ["^Dockerfile$"], "fileMatch": ["^Dockerfile$"],
"matchStrings": [ "matchStrings": [
"ARG IMAGE=(?<depName>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:[a-f0-9]+)s" "ARG IMAGE=(?<depName>.*?):(?<currentValue>.*?)@(?<currentDigest>sha256:[a-f0-9]+)\\s"
], ],
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment