From 48b2956b60c1721fe91b5f1caa78848312940fec Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 19 Sep 2025 10:37:18 -0700 Subject: [PATCH 1/2] NOW --- .github/renovate.json5 | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 971d141b27..bea5cc4aa2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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:**', From 074bedf142b5ae438e9a76a66eaa052f611a30a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 18:49:43 +0000 Subject: [PATCH 2/2] chore(deps): update dependency java to v25 --- .github/workflows/build-common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-common.yml b/.github/workflows/build-common.yml index bb50858cca..e3ee29e979 100644 --- a/.github/workflows/build-common.yml +++ b/.github/workflows/build-common.yml @@ -86,7 +86,7 @@ jobs: - 11 - 17 - 21 - - 24 # renovate: datasource=java-version + - 25 # renovate: datasource=java-version steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0