Skip to content

Commit 076557d

Browse files
committed
Merge branch 'main' of https://github.com/open-telemetry/opentelemetry-java into suppress-test-logs
2 parents 0d6d75f + 0225a99 commit 076557d

122 files changed

Lines changed: 580 additions & 1412 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,18 @@
185185
// using zulu because new releases get published quickly
186186
depNameTemplate: 'azul/zulu-openjdk',
187187
},
188+
{
189+
customType: 'regex',
190+
datasourceTemplate: 'docker',
191+
managerFilePatterns: [
192+
'.github/workflows/**',
193+
],
194+
matchStrings: [
195+
'(?<currentValue>\\d+) # renovate\\(graal-java-version\\)',
196+
],
197+
// gates updates on GraalVM Community actually publishing support for a Java version
198+
depNameTemplate: 'ghcr.io/graalvm/graalvm-community',
199+
},
188200
{
189201
customType: 'regex',
190202
datasourceTemplate: 'docker',

0 commit comments

Comments
 (0)