From 2b7e99c57be3df644f0d4e437f987bd95aa49a2e Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 21 Nov 2023 14:16:08 +0000 Subject: [PATCH] chore: integrate disabled pip requirements into the base config --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index be5608c..0200e15 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,3 @@ { - "extends": ["github>browniebroke/renovate-configs:python"], - "pip_requirements": { - "enabled": false - } + "extends": ["github>browniebroke/renovate-configs:python"] }