Skip to content

Commit b536122

Browse files
committed
up
1 parent 1fe9ae9 commit b536122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
'**/*.java'
102102
],
103103
matchStrings: [
104-
'"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"(?<lookahead>.*// renovate)',
104+
'"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"(?<suffix>[^\\n]*// renovate)',
105105
],
106-
autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"{{lookahead}}',
106+
autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"{{suffix}}',
107107
versioningTemplate: 'docker',
108108
},
109109
],

0 commit comments

Comments
 (0)