We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1255698 commit c0e3912Copy full SHA for c0e3912
.github/renovate.json5
@@ -33,9 +33,9 @@
33
'/^build.gradle.kts$/',
34
],
35
matchStrings: [
36
- '"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)(?:@sha256:(?<currentDigest>[a-f0-9]+))?"',
+ '"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)"',
37
+ '"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)@sha256:(?<currentDigest>[a-f0-9]+)"',
38
- autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@sha256:{{newDigest}}{{/if}}"',
39
versioningTemplate: 'docker',
40
},
41
0 commit comments