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