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 a9a35c9 commit be8fff6Copy full SHA for be8fff6
renovate.json
@@ -3,7 +3,10 @@
3
"extends": ["config:base"],
4
"regexManagers": [
5
{
6
- "fileMatch": ["^Dockerfile$"],
+ "fileMatch": [
7
+ "(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
8
+ "(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$"
9
+ ],
10
"matchStrings": [
11
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"(?<currentValue>.*)\"\\s"
12
],
0 commit comments