Skip to content
Snippets Groups Projects
Verified Commit ab33df5c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove \s from regex

parent 7662753c
No related branches found
No related tags found
1 merge request!42Configure Renovate
......@@ -3,7 +3,7 @@
{
"fileMatch": ["(^|/)values\\.yaml*$"],
"matchStrings": [
"site:\\s*\n\\s*version: (?<currentValue>.*)"
"site: *\n *version: (?<currentValue>.*)"
],
"depNameTemplate": "WordPress/WordPress",
"datasourceTemplate": "github-releases"
......
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