Skip to content

Commit 89b62fb

Browse files
authored
Pin weaver version with hash (#272)
1 parent dd9a595 commit 89b62fb

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
customType: 'regex',

0 commit comments

Comments
 (0)