We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe9ae9 commit b536122Copy full SHA for b536122
1 file changed
.github/renovate.json5
@@ -101,9 +101,9 @@
101
'**/*.java'
102
],
103
matchStrings: [
104
- '"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"(?<lookahead>.*// renovate)',
+ '"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"(?<suffix>[^\\n]*// renovate)',
105
106
- autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"{{lookahead}}',
+ autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"{{suffix}}',
107
versioningTemplate: 'docker',
108
},
109
0 commit comments