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 f84e705 commit a0f3949Copy full SHA for a0f3949
1 file changed
.github/renovate.json
@@ -3,10 +3,11 @@
3
"extends": [
4
"config:recommended"
5
],
6
- "regexManagers": [
+ "customManagers": [
7
{
8
- "fileMatch": [
9
- "(^|/)(.*\\.)?Dockerfile$"
+ "customType": "regex",
+ "managerFilePatterns": [
10
+ "/(^|/)(.*\\.)?Dockerfile$/"
11
12
"matchStrings": [
13
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"?(?<currentValue>.*?)\"?\\s"
0 commit comments