Skip to content
Snippets Groups Projects
Unverified Commit 91f12ac6 authored by Marnick L'Eau's avatar Marnick L'Eau Committed by GitHub
Browse files

docs: syntactic correction in regex (#5630)

parent 69c8dcaf
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ Finally, there are cases where Renovate's default `fileMatch` is good, but you m
```json
{
"dockerfile": {
"fileMatch": ["^ACTUALLY_A_DOCKERFILE.template$"]
"fileMatch": ["^ACTUALLY_A_DOCKERFILE\\.template$"]
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment