2022-04-22 02:47:12 -05:00
|
|
|
{
|
2022-10-20 21:10:55 -05:00
|
|
|
"$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"
|
|
|
|
}],
|
2022-04-22 02:47:12 -05:00
|
|
|
"extends": [
|
2022-04-22 04:03:45 -05:00
|
|
|
"config:base",
|
|
|
|
":preserveSemverRanges"
|
2022-04-22 02:47:12 -05:00
|
|
|
]
|
|
|
|
}
|