Skip to content

Commit 9949f74

Browse files
committed
Pin weaver version with hash
1 parent 6f946d5 commit 9949f74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
'/^build.gradle.kts$/',
3434
],
3535
matchStrings: [
36-
'"(?<depName>otel/weaver):(?<currentValue>[^"]+)"',
36+
'(?<depName>otel/weaver):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?',
3737
],
38+
autoReplaceStringTemplate: '{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}',
39+
versioningTemplate: 'docker',
3840
},
3941
],
4042
}

0 commit comments

Comments
 (0)