From 6087b8ea0037811832c82aead233d0dd85c6e798 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 22 Jun 2026 22:48:49 +1000 Subject: [PATCH] Do not update NumPy automatically --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 387630dd61a..7601fbdd4fc 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -165,6 +165,7 @@ "extractVersionTemplate": "^v(?.+)$" } ], + "ignoreDeps": ["numpy"], "packageRules": [ { "groupName": "github-actions",