From 58fa32c71306c365316a150b6a49866088ed0c7d Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 15 Jul 2024 16:50:23 -0700 Subject: [PATCH 1/2] Consolidate github action renovate PRs --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c47982066dbc..54dc3e35a023 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,6 +11,12 @@ // https://github.com/renovatebot/renovate/discussions/8399#discussioncomment-305798 "separateMinorPatch": true, "packageRules": [ + { + // this is to reduce the number of renovate PRs by consolidating them into a weekly batch + "matchManagers": ["github-actions"], + "extends": ["schedule:weekly"], + "groupName": "github actions" + }, { "matchPackageNames": [ "io.opentelemetry.contrib:opentelemetry-aws-resources", From fab1d1b621f41bf2c7790a416afb030c43611965 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 15 Jul 2024 17:35:01 -0700 Subject: [PATCH 2/2] fix --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 54dc3e35a023..66bbe3c5ab15 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,7 +15,8 @@ // this is to reduce the number of renovate PRs by consolidating them into a weekly batch "matchManagers": ["github-actions"], "extends": ["schedule:weekly"], - "groupName": "github actions" + "groupName": "github actions", + "separateMinorPatch": false // overrides separateMinorPatch specified above }, { "matchPackageNames": [