Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,6 @@
'dependencies',
],
packageRules: [
{
// reduces the number of Renovate PRs
// (patch updates are typically non-breaking)
groupName: 'all patch versions',
matchUpdateTypes: [
'patch',
],
schedule: [
'before 8am every weekday',
],
},
{
// avoids these Renovate PRs from trickling in throughout the week
// (consolidating the review process)
matchUpdateTypes: [
'minor',
'major',
],
schedule: [
'before 8am on Monday',
],
matchPackageNames: [
'!io.opentelemetry:**',
'!io.opentelemetry.*:**',
],
},
{
matchPackageNames: [
'io.opentelemetry:**',
Expand Down
2 changes: 1 addition & 1 deletion ibm-mq-metrics/weaver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Dependabot can keep this file up to date with latest containers.

# Weaver is used to generate markdown docs, and enforce policies on the model and run integration tests.
FROM otel/weaver:v0.17.1@sha256:32523b5e44fb44418786347e9f7dde187d8797adb6d57a2ee99c245346c3cdfe AS weaver
FROM otel/weaver:v0.18.0@sha256:5425ade81dc22ddd840902b0638b4b6a9186fb654c5b50c1d1ccd31299437390 AS weaver
Loading