From f629d480285fb7b450c671778054ac1b07ca1af2 Mon Sep 17 00:00:00 2001 From: Jon Fuller Date: Tue, 19 Nov 2024 12:08:17 -0800 Subject: [PATCH] Update renovate.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the package rules for now, use the default schemas. Also include this repository in the config since I forgot that part 🤣 --- renovate.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 6321b1cb7..11a054226 100644 --- a/renovate.json +++ b/renovate.json @@ -3,16 +3,10 @@ "extends": [ "config:base" ], + "repositories": ["TriliumNext/Notes"], "schedule": ["before 3am"], - "packageRules": [ - { - "matchUpdateTypes": ["minor", "patch"], - "matchCurrentVersion": "!/^0/", - "automerge": false - } - ], "labels": ["dependencies", "renovate"], "prHourlyLimit": 0, "prConcurrentLimit": 0, "branchConcurrentLimit": 0 -} \ No newline at end of file +}