diff --git a/renovate.json b/renovate.json index 7b25daa1..f07d0975 100644 --- a/renovate.json +++ b/renovate.json @@ -1,18 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "prHourlyLimit": 3, - "packageRules": [ - { - "matchUpdateTypes": ["major"], - "dependencyDashboardApproval": true - }, - { - "matchUpdateTypes": ["patch"], - "matchCurrentVersion": "!/^0/", - "automerge": true - } - ] + "extends": [ "github>eoehen/renovate-presets" ] }