From 4a34f6633188762eba28ee6b6949bcc8715068a2 Mon Sep 17 00:00:00 2001 From: VdustR Date: Sat, 29 Aug 2026 02:59:39 +0800 Subject: [PATCH] chore: ignore incompatible Changesets major --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3bc2f4..36493cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,11 @@ updates: - dependency-name: "@types/node" update-types: - version-update:semver-major + # Changesets 3 auto-detects the workspace oxfmt binary while versioning + # and fails in the Linux release action. Keep compatible 2.x updates. + - dependency-name: "@changesets/cli" + update-types: + - version-update:semver-major # Newer Octane releases require TypeScript 5.9, while this workspace's # compatibility checker is intentionally pinned to TypeScript 6. - dependency-name: octane