Skip to content
Snippets Groups Projects
Verified Commit 45c23111 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(renovate): Resolve 'invalid regExp for fileMath'

Renovate uses JS Regular Expressions which are not glob. Therefore this
wrong regex has to be sorted out. The solution is inspired by the
fileMath of the flux manager.
parent cf5db8c2
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
}, },
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["*.yaml$"], "fileMatch": ["\\.yaml$"],
"matchStrings": [ "matchStrings": [
"# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s" "# renovate:\\n\\s+image: \"?'?(?<depName>[^:\\s]+?):(?<currentValue>[^\"]*?)\"?'?\\s"
], ],
......
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