From a88c586bc0afdfdc98cc2b9ab1dae7090cdbd116 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Fri, 21 Oct 2022 10:10:55 +0800 Subject: [PATCH] chore: add renovate monorepo rules (#2218) --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/renovate.json b/renovate.json index 5fcce1121..53d126790 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,15 @@ { + "$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"