We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f7b1e commit fa99a7eCopy full SHA for fa99a7e
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]+))?"[^\\n]*// renovate',
+ '"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"',
105
106
- autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}" // renovate',
+ autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"',
107
versioningTemplate: 'docker',
108
},
109
0 commit comments