Skip to content

Commit ecc5018

Browse files
committed
fix: update regex in renovate configuration to allow optional quotes around currentValue
Signed-off-by: Bastian Echterhölter <[email protected]> On-behalf-of: @SAP <[email protected]>
1 parent 5d94fe3 commit ecc5018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"(^|/)internal/subroutine/manifests/organizationIdp/repository\\.yaml$"
1111
],
1212
"matchStrings": [
13-
"semver:\\s*(?<currentValue>[\\d\\.]+(-[\\w\\.-]+)?)"
13+
"semver:\\s*\"?(?<currentValue>[\\d\\.]+(-[\\w\\.-]+)?)\"?"
1414
],
1515
"versioningTemplate": "semver",
1616
"depNameTemplate": "ghcr.io/platform-mesh/helm-charts/organization-idp",

0 commit comments

Comments
 (0)