diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 23a66c47..8870c80b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,8 +33,10 @@ '/^build.gradle.kts$/', ], matchStrings: [ - '"(?otel/weaver):(?[^"]+)"', + '(?otel/weaver):(?[^@"]+)(?:@(?sha256:[a-f0-9]+))?', ], + autoReplaceStringTemplate: '{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}', + versioningTemplate: 'docker', }, ], }