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