Skip to content

Commit e3b1360

Browse files
committed
up
1 parent b3cc75a commit e3b1360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@
102102
'**/*.java'
103103
],
104104
matchStrings: [
105-
'(?<depName>otel\\/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?(?=.*\\/\\/ renovate)',
105+
'"(?<depName>otel\\/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"(?<lookahead>\\/\\/ renovate)',
106106
],
107-
autoReplaceStringTemplate: '{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}',
107+
autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"{{lookahead}}',
108108
versioningTemplate: 'docker',
109109
},
110110
],

0 commit comments

Comments
 (0)