0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/renovate.json

18 lines
556 B
JSON
Raw Normal View History

{
"$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"
]
}