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 9cae7e3 commit cc2b208Copy full SHA for cc2b208
1 file changed
renovate.json5
@@ -8,7 +8,7 @@
8
"customType": "regex",
9
"managerFilePatterns": ["/^Dockerfile$/"],
10
"matchStrings": [
11
- "# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? (?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
+ "# renovate: datasource=(?<datasource>[a-z-]+?)(?: packageName=(?<packageName>.+?))? (?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
12
]
13
}
14
0 commit comments