Skip to content

Commit 0b017a8

Browse files
committed
switch to shared renovate config
1 parent 992bde5 commit 0b017a8

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

renovate.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
5-
],
6-
"lockFileMaintenance": {
7-
"enabled": false
8-
},
9-
"packageRules": [
10-
{
11-
"matchPackageNames": ["nx, @nx/*"],
12-
"groupName": "nx"
13-
},
14-
{
15-
"matchPackageNames": ["@nestjs/*"],
16-
"groupName": "nestjs"
17-
},
18-
{
19-
"matchDepTypes": ["devDependencies"],
20-
"matchUpdateTypes": ["patch", "minor"],
21-
"automerge": true
22-
}
4+
"local>tsangste/renovate-config",
5+
"local>tsangste/renovate-config:nestjs",
6+
"local>tsangste/renovate-config:mikro-orm",
7+
"local>tsangste/renovate-config:nx-monorepo",
8+
"local>tsangste/renovate-config:github-actions"
239
]
2410
}

0 commit comments

Comments
 (0)