diff --git a/renovate.json b/renovate.json index 76c2dbf..72599cf 100644 --- a/renovate.json +++ b/renovate.json @@ -2,15 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>platform-engineering-org/.github" - ], - "packageRules": [ - { - "description": "Group patch updates", - "matchUpdateTypes": ["patch"], - "groupName": "Patch updates", - "automerge": true, - "platformAutomerge": true - } - ], - "schedule": ["at any time"] + ] }