Skip to content

Commit 46c5cca

Browse files
committed
Pin weaver version with hash
1 parent 6f946d5 commit 46c5cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/renovate.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
'/^build.gradle.kts$/',
3434
],
3535
matchStrings: [
36-
'"(?<depName>otel/weaver):(?<currentValue>[^"]+)"',
36+
'"(?<depName>otel/weaver):(?<currentValue>[^@"]+)(?:@sha256:[a-f0-9]+)?"',
3737
],
38+
pinDigests: true,
3839
},
3940
],
4041
}

0 commit comments

Comments
 (0)