From 9c5a1012e4e0d9beee5b736c21abc87b362ee1d2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 12:16:45 +0000 Subject: [PATCH 1/2] Constrain Renovate updates for MC-specific RS and TerraBlender versions Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/68d75a97-f28e-45e5-b27e-b53ffc9c0fa1 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com> --- renovate.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/renovate.json b/renovate.json index a8b17d21..3c475ebf 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,30 @@ "matchManagers": ["maven"], "matchPackagePrefixes": ["org.cyclops."], "groupName": "Cyclops packages" + }, + { + "matchManagers": ["maven"], + "matchPackageNames": ["com.refinedmods.refinedstorage:refinedstorage-neoforge"], + "matchFileNames": ["modpacks/**/1.21.1/**/pom.xml"], + "allowedVersions": "/^2\\./" + }, + { + "matchManagers": ["maven"], + "matchPackageNames": ["com.refinedmods.refinedstorage:refinedstorage-neoforge"], + "matchFileNames": ["modpacks/**/26.1.*/**/pom.xml"], + "allowedVersions": "/^3\\./" + }, + { + "matchManagers": ["maven"], + "matchPackageNames": ["com.github.glitchfiend:TerraBlender-neoforge"], + "matchFileNames": ["modpacks/**/1.21.1/**/pom.xml"], + "allowedVersions": "/^1\\.21-/" + }, + { + "matchManagers": ["maven"], + "matchPackageNames": ["com.github.glitchfiend:TerraBlender-neoforge"], + "matchFileNames": ["modpacks/**/26.1.*/**/pom.xml"], + "allowedVersions": "/^26\\.1\\./" } ], "github-actions": { From 1b5c996992cd24b04f7c75e0c3d9d43636b7922e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 25 May 2026 12:17:18 +0000 Subject: [PATCH 2/2] Refine Renovate file match globs for 26.1 modpacks Agent-Logs-Url: https://github.com/CyclopsMC/packtests/sessions/68d75a97-f28e-45e5-b27e-b53ffc9c0fa1 Co-authored-by: rubensworks <440384+rubensworks@users.noreply.github.com> --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 3c475ebf..84af70bc 100644 --- a/renovate.json +++ b/renovate.json @@ -35,7 +35,7 @@ { "matchManagers": ["maven"], "matchPackageNames": ["com.refinedmods.refinedstorage:refinedstorage-neoforge"], - "matchFileNames": ["modpacks/**/26.1.*/**/pom.xml"], + "matchFileNames": ["modpacks/**/26.1*/**/pom.xml"], "allowedVersions": "/^3\\./" }, { @@ -47,7 +47,7 @@ { "matchManagers": ["maven"], "matchPackageNames": ["com.github.glitchfiend:TerraBlender-neoforge"], - "matchFileNames": ["modpacks/**/26.1.*/**/pom.xml"], + "matchFileNames": ["modpacks/**/26.1*/**/pom.xml"], "allowedVersions": "/^26\\.1\\./" } ],