Skip to content

Commit

Permalink
feat: disable TypeORM updates (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed May 28, 2023
1 parent 67e3e1d commit 48912ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>guidojw/.github"]
"extends": ["github>guidojw/.github"],
"packageRules": [
{
"matchPackageNames": "typeorm",
"enabled": false,
"description": "Disable TypeORM updates until there's a good alternative to do custom repositories."
}
]
}

0 comments on commit 48912ce

Please sign in to comment.