From 9a91d7c1c699883a29fd61cffd4519ca266b56c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:20:12 +0000 Subject: [PATCH 1/2] Initial plan From 574c0791718fe87fa5679347789e61b6275bd6d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:21:15 +0000 Subject: [PATCH 2/2] chore: update renovate config to ignore setuptools and cython Co-authored-by: whtsky <876694+whtsky@users.noreply.github.com> --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 669addd..1ecae6d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["@whtsky"] + "extends": ["@whtsky"], + "ignoreDeps": ["setuptools", "cython"] }