fix(deps): update dependency io.papermc.paper:paper-api to 26.2.build.92.+ - #75
fix(deps): update dependency io.papermc.paper:paper-api to 26.2.build.92.+#75renovate[bot] wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Paper API version in the Gradle version catalog to track the newer 26.2.build.91.+ line, keeping the project aligned with the latest compatible Paper API artifacts.
Changes:
- Bumped
io.papermc.paper:paper-apifrom26.1.2.build.+to26.2.build.91.+inlibs.versions.toml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [versions] | ||
| # Dependencies | ||
| paper = "26.1.2.build.+" | ||
| paper = "26.2.build.91.+" |
There was a problem hiding this comment.
Updated renovate.json to add versioning and extractVersion for the paper-api package rule (commit fix: configure Renovate to only track version before .build. for paper-api).
versioning: "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.build\\.(?<patch>\\d+)(\\.\\+)?$"— teaches Renovate to parse26.2.build.92.+correctlyextractVersion: "^(?<version>\\d+\\.\\d+)\\.build\\.\\d+$"— extracts only the26.2(MC version) prefix from registry versions for comparison
Renovate will now only open a PR when the part before .build. changes (e.g. 26.2 → 26.3), ignoring build-number-only bumps and leaving the .+ intact.
There was a problem hiding this comment.
but the PR still set the version into 26.2.build.92.+ and i prefer 26.2.build.+
There was a problem hiding this comment.
but the PR still set the version into
26.2.build.92.+and i prefer26.2.build.+
There was a problem hiding this comment.
Changed to 26.2.build.+ in libs.versions.toml — the specific build number 92 has been dropped.
54d916c to
468c547
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
26.1.2.build.+→26.2.build.92.+Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.