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 dd9a595 commit 89b62fbCopy full SHA for 89b62fb
.github/renovate.json5
@@ -33,8 +33,10 @@
33
'/^build.gradle.kts$/',
34
],
35
matchStrings: [
36
- '"(?<depName>otel/weaver):(?<currentValue>[^"]+)"',
+ '(?<depName>otel/weaver):(?<currentValue>[^@"]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?',
37
38
+ autoReplaceStringTemplate: '{{depName}}:{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}',
39
+ versioningTemplate: 'docker',
40
},
41
{
42
customType: 'regex',
0 commit comments