From c7b489a92bf82744f4c6eb45217e096641a84e6c Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Mon, 6 Jan 2025 13:15:46 -0500 Subject: [PATCH 1/2] update renovate to group dependencies Signed-off-by: Jordan Dubrick --- .github/renovate.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0daa8b2..eed91e8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,7 +6,8 @@ ":docker", ":gitSignOff", "helpers:pinGitHubActionDigests", - "mergeConfidence:all-badges" + "mergeConfidence:all-badges", + ":separateMajorReleases" ], "timezone": "America/Toronto", "description": "Run on the 1st and 15th of each month after midnight", @@ -18,5 +19,19 @@ }, "osvVulnerabilityAlerts": true, "prHourlyLimit": 10, - "prConcurrentLimit": 10 + "prConcurrentLimit": 10, + "packageRules": [ + { + "matchManagers": ["github-actions"], + "groupName": "github-actions" + }, + { + "matchManagers": ["pep621", "pep723", "pip-compile", "pip_requirements", "pip_setup", "pipenv", "poetry", "pyenv", "runtime-version", "setup-cfg"], + "groupName": "python" + }, + { + "matchManagers": ["dockerfile"], + "groupName": "container-images" + } + ] } From ed9407c97498e20b0434dcbb97a2560fa48d0577 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Tue, 7 Jan 2025 10:35:10 -0500 Subject: [PATCH 2/2] remove container image grouping Signed-off-by: Jordan Dubrick --- .github/renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index eed91e8..4685089 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,10 +28,6 @@ { "matchManagers": ["pep621", "pep723", "pip-compile", "pip_requirements", "pip_setup", "pipenv", "poetry", "pyenv", "runtime-version", "setup-cfg"], "groupName": "python" - }, - { - "matchManagers": ["dockerfile"], - "groupName": "container-images" } ] }