From f343e87f0cd72e0b3da2dc77a092fcc57823d215 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 May 2023 21:26:03 +0300 Subject: [PATCH] renovate.json: fix json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0a712df..bcf4d92 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "extends": [ "config:base" ], - "pip_requirements" { + "pip_requirements": { "enabled": false } }