diff --git a/renovate.json b/renovate.json index fb13f54..d702521 100644 --- a/renovate.json +++ b/renovate.json @@ -1,60 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>workos/renovate-config" - ], - "schedule": [ - "on the 15th day of the month before 12pm" - ], - "timezone": "UTC", - "rebaseWhen": "conflicted", - "packageRules": [ - { - "matchUpdateTypes": [ - "minor", - "patch" - ], - "automerge": true, - "groupName": "minor and patch updates" - }, - { - "matchUpdateTypes": [ - "major" - ], - "automerge": false - }, - { - "matchUpdateTypes": [ - "digest" - ], - "automerge": false - }, - { - "matchManagers": [ - "github-actions" - ], - "matchUpdateTypes": [ - "minor", - "patch", - "digest", - "pinDigest" - ], - "extractVersion": "^v(?\\d+\\.\\d+\\.\\d+)$", - "groupName": "github actions non-major", - "groupSlug": "github-actions-non-major", - "automerge": true - }, - { - "matchManagers": [ - "github-actions" - ], - "matchUpdateTypes": [ - "major" - ], - "extractVersion": "^v(?\\d+\\.\\d+\\.\\d+)$", - "groupName": "github actions major", - "groupSlug": "github-actions-major", - "automerge": false - } + "github>workos/renovate-config:public" ] }