Skip to content

Commit affc725

Browse files
authored
fix(deps): Update regex (#786)
1 parent 06a432c commit affc725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
"description": "Update Plural CLI version for the cloud shell",
4141
"fileMatch": ["^apps/core/lib/core/services/shell/pods.ex$"],
42-
"matchStrings": ["(^defp image.* ||$)\"(?<depName>.*?):(?<currentValue>.*?)\""],
42+
"matchStrings": ["^\\s+(defp image.* ||)\"(?<depName>.*?):(?<currentValue>.*?)\"$"],
4343
"datasourceTemplate": "docker"
4444
},
4545
{

0 commit comments

Comments
 (0)