Skip to content

Constrain Renovate updates for Refined Storage and TerraBlender by Minecraft line#37

Merged
rubensworks merged 2 commits into
masterfrom
copilot/update-renovate-config
May 25, 2026
Merged

Constrain Renovate updates for Refined Storage and TerraBlender by Minecraft line#37
rubensworks merged 2 commits into
masterfrom
copilot/update-renovate-config

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 25, 2026

Renovate was proposing cross-line upgrades for refinedstorage-neoforge and TerraBlender-neoforge, applying latest versions regardless of modpack Minecraft target. This PR scopes those updates so 1.21.1 packs stay on the 1.21-compatible line and 26.1 packs stay on the 26.1-compatible line.

  • What changed

    • Added file-scoped Maven packageRules in renovate.json for:
      • com.refinedmods.refinedstorage:refinedstorage-neoforge
      • com.github.glitchfiend:TerraBlender-neoforge
    • Rules are matched by modpack path (modpacks/**/1.21.1/**/pom.xml vs modpacks/**/26.1*/**/pom.xml) and constrained with allowedVersions.
  • Version-line constraints introduced

    • Refined Storage
      • 1.21.1 modpacks: ^2.x
      • 26.1 modpacks: ^3.x
    • TerraBlender
      • 1.21.1 modpacks: ^1.21-...
      • 26.1 modpacks: ^26.1...
  • Config example

    {
      "matchManagers": ["maven"],
      "matchPackageNames": ["com.refinedmods.refinedstorage:refinedstorage-neoforge"],
      "matchFileNames": ["modpacks/**/1.21.1/**/pom.xml"],
      "allowedVersions": "/^2\\./"
    }

Copilot AI and others added 2 commits May 25, 2026 12:16
@rubensworks rubensworks marked this pull request as ready for review May 25, 2026 12:20
@rubensworks rubensworks merged commit 3264614 into master May 25, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants