Skip to content

Commit fa99a7e

Browse files
committed
up
1 parent 36f7b1e commit fa99a7e

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]+))?"[^\\n]*// renovate',
104+
'"(?<depName>otel/opentelemetry-collector-contrib):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"',
105105
],
106-
autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}" // renovate',
106+
autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}"',
107107
versioningTemplate: 'docker',
108108
},
109109
],

0 commit comments

Comments
 (0)