From 758bf7456f31db121550069bafc1f69aa6765eb5 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Mon, 8 Sep 2025 15:16:24 +0100 Subject: [PATCH 1/2] MAINT: renovate to skip JAX --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d81ec2b4..349e41b9 100644 --- a/renovate.json +++ b/renovate.json @@ -29,7 +29,7 @@ "description": "Block PRs for updates blocked on dropping Python 3.10.", "matchManagers": ["pixi"], "matchUpdateTypes": ["major", "minor"], - "matchPackageNames": ["numpy", "sphinx", "ipython", "sphinx-autodoc-typehints"], + "matchPackageNames": ["numpy", "jax", "jaxlib", "sphinx", "ipython", "sphinx-autodoc-typehints"], "enabled": false }, { "description": "Group Dask packages.", From 532f3535990c38b2794b77919ea95b1679abbfd1 Mon Sep 17 00:00:00 2001 From: Guido Imperiale Date: Mon, 8 Sep 2025 15:17:43 +0100 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 349e41b9..fb933e86 100644 --- a/renovate.json +++ b/renovate.json @@ -29,7 +29,7 @@ "description": "Block PRs for updates blocked on dropping Python 3.10.", "matchManagers": ["pixi"], "matchUpdateTypes": ["major", "minor"], - "matchPackageNames": ["numpy", "jax", "jaxlib", "sphinx", "ipython", "sphinx-autodoc-typehints"], + "matchPackageNames": ["numpy", "jax", "jaxlib", "sphinx", "ipython", "sphinx-autodoc-typehints"], "enabled": false }, { "description": "Group Dask packages.",