Skip to content

Commit

Permalink
fix regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
MonikaJassova committed Apr 29, 2024
1 parent dfc48ad commit 6235149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"customType": "regex",
"fileMatch": ["\\w+\\.mjs"],
"matchStrings": ["new GenericContainer('?<currentValue>.*?')"],
"matchStrings": ["new GenericContainer('(?<currentValue>.*?)')"],
"depNameTemplate": "docker",
"datasourceTemplate": "docker"
}
Expand Down

0 comments on commit 6235149

Please sign in to comment.