Skip to content

Commit c0e3912

Browse files
committed
--no-e
1 parent 1255698 commit c0e3912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
'/^build.gradle.kts$/',
3434
],
3535
matchStrings: [
36-
'"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)(?:@sha256:(?<currentDigest>[a-f0-9]+))?"',
36+
'"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)"',
37+
'"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)@sha256:(?<currentDigest>[a-f0-9]+)"',
3738
],
38-
autoReplaceStringTemplate: '"{{depName}}:{{newValue}}{{#if newDigest}}@sha256:{{newDigest}}{{/if}}"',
3939
versioningTemplate: 'docker',
4040
},
4141
],

0 commit comments

Comments
 (0)