Skip to content

Commit 94d2f84

Browse files
committed
--no-e
1 parent c0e3912 commit 94d2f84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
'/^build.gradle.kts$/',
3434
],
3535
matchStrings: [
36-
'"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)"',
37-
'"(?<depName>otel/weaver):(?<currentValue>[^@\"]+)@sha256:(?<currentDigest>[a-f0-9]+)"',
36+
'(?<depName>otel/weaver):(?<currentValue>[^@,\\s]+)(?:@sha256:(?<currentDigest>[a-f0-9]+))?',
3837
],
3938
versioningTemplate: 'docker',
4039
},

0 commit comments

Comments
 (0)