diff --git a/renovate.json b/renovate.json index 53d126790..91996ccb9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,17 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "packageRules": [{ - "matchSourceUrlPrefixes": ["https://github.com/logto-io/js"], - "groupName": "Logto JS SDK monorepo packages" - }, { - "matchSourceUrlPrefixes": ["https://github.com/logto-io/toolkit"], - "groupName": "Logto standard toolkit monorepo packages" - }, { - "matchSourceUrlPrefixes": ["https://github.com/silverhand-io/configs"], - "groupName": "Silverhand configs monorepo packages" - }], - "extends": [ - "config:base", - ":preserveSemverRanges" - ] + "extends": ["github>logto-io/.github:renovate-config"] }