From ca2922ec926e987de923d98b8fce26528b16a767 Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 7 Aug 2025 04:38:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20configure=20the=20repository=20t?= =?UTF-8?q?hat=20renovate=20should=20use?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e44cbd42..7f121702 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - extends: [ - "config:recommended", + "extends": [ + "config:recommended" + ], + "platform": "github", + "repositories": [ + "numpy/numtype" ], "lockFileMaintenance": { "enabled": true