Skip to content

Commit cc2b208

Browse files
committed
github-releases datasources seems to want packageName
1 parent 9cae7e3 commit cc2b208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"customType": "regex",
99
"managerFilePatterns": ["/^Dockerfile$/"],
1010
"matchStrings": [
11-
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? (?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
11+
"# renovate: datasource=(?<datasource>[a-z-]+?)(?: packageName=(?<packageName>.+?))? (?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
1212
]
1313
}
1414
]

0 commit comments

Comments
 (0)