We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e7959 commit 070e2eeCopy full SHA for 070e2ee
1 file changed
renovate.json
@@ -39,7 +39,7 @@
39
"/\\.cs$/"
40
],
41
"matchStrings": [
42
- "/\\*dockerimage\\*/\\s*\"(?<depName>[^:]+):(?<currentValue>[^\"]+)\""
+ "/\\*\\s*dockerimage\\s*\\*/\\s*\"(?<depName>[^:]+):(?<currentValue>[^\"]+)\""
43
44
"datasourceTemplate": "docker",
45
"versioningTemplate": "docker"
@@ -78,7 +78,8 @@
78
},
79
{
80
"matchDatasources": [
81
- "docker"
+ "docker",
82
+ "custom.regex"
83
84
"labels": [
85
"dependency:docker"
0 commit comments