Skip to content

Commit c67b72f

Browse files
committed
--no-e
1 parent 46c5cca commit c67b72f

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,9 +33,8 @@
3333
'/^build.gradle.kts$/',
3434
],
3535
matchStrings: [
36-
'"(?<depName>otel/weaver):(?<currentValue>[^@"]+)(?:@sha256:[a-f0-9]+)?"',
36+
'"(?<depName>otel/weaver):(?<currentValue>[^@"]+)(?:@sha256:(?<currentDigest>[a-f0-9]+))?"',
3737
],
38-
pinDigests: true,
3938
},
4039
],
4140
}

0 commit comments

Comments
 (0)