mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: add renovate monorepo rules (#2218)
This commit is contained in:
parent
2e03d18c3e
commit
a88c586bc0
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue