From da14da4cf01ec15723613a502ebcfa130020c613 Mon Sep 17 00:00:00 2001 From: Matthias FERRAINA Date: Wed, 20 Sep 2023 15:58:57 +0200 Subject: [PATCH] deactivate renovate --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 12c6851bc..bd1030924 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>1024pix/renovate-config:aggressive"], + "extends": [ + "github>1024pix/renovate-config:default" + ], "enabled": true }