We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75a62e commit 8072096Copy full SHA for 8072096
.github/renovate.json5
@@ -33,7 +33,7 @@
33
'/^build.gradle.kts$/',
34
],
35
matchStrings: [
36
- '(?<depName>otel/weaver):(?<currentValue>[^@,\"\\s]+)(?:@sha256:(?<currentDigest>[a-f0-9]+))?',
+ '(?<depName>otel/weaver):(?<currentValue>[^@,\"\\s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?',
37
38
autoReplaceStringTemplate: '{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}',
39
versioningTemplate: 'docker',
0 commit comments