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 d595519 commit a4d1861Copy full SHA for a4d1861
.github/renovate.json
@@ -8,7 +8,7 @@
8
"customManagers": [
9
{
10
"customType": "regex",
11
- "fileMatch": ["/Dockerfile$", "/build.yaml$"],
+ "managerFilePatterns": ["//Dockerfile$/", "//build.yaml$/"],
12
"matchStringsStrategy": "any",
13
"matchStrings": [
14
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
@@ -18,7 +18,7 @@
18
},
19
20
21
- "fileMatch": ["/Dockerfile$"],
+ "managerFilePatterns": ["//Dockerfile$/"],
22
23
24
"\\s\\s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\s+"
0 commit comments