We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab7a60 commit edd1f38Copy full SHA for edd1f38
renovate.json
@@ -1,17 +1,4 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "packageRules": [{
4
- "matchSourceUrlPrefixes": ["https://github.com/logto-io/js"],
5
- "groupName": "Logto JS SDK monorepo packages"
6
- }, {
7
- "matchSourceUrlPrefixes": ["https://github.com/logto-io/toolkit"],
8
- "groupName": "Logto standard toolkit monorepo packages"
9
10
- "matchSourceUrlPrefixes": ["https://github.com/silverhand-io/configs"],
11
- "groupName": "Silverhand configs monorepo packages"
12
- }],
13
- "extends": [
14
- "config:base",
15
- ":preserveSemverRanges"
16
- ]
+ "extends": ["github>logto-io/.github:renovate-config"]
17
}
0 commit comments