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 +}