Skip to content

Commit

Permalink
switch to shared renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsangste committed Sep 21, 2023
1 parent 992bde5 commit 0b017a8
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"matchPackageNames": ["nx, @nx/*"],
"groupName": "nx"
},
{
"matchPackageNames": ["@nestjs/*"],
"groupName": "nestjs"
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
}
"local>tsangste/renovate-config",
"local>tsangste/renovate-config:nestjs",
"local>tsangste/renovate-config:mikro-orm",
"local>tsangste/renovate-config:nx-monorepo",
"local>tsangste/renovate-config:github-actions"
]
}

0 comments on commit 0b017a8

Please sign in to comment.