From edd1f3811d865f99938f8945cbd8b7021f8b8e0a Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Mon, 24 Oct 2022 12:44:29 +0800 Subject: [PATCH] chore: update renovate.json (#2244) --- renovate.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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"] }