Skip to content

Commit

Permalink
chore: disable tsup from renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Apr 30, 2023
1 parent 48a49f0 commit 7e58977
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sapphiredev/readme:sapphire-renovate"]
"extends": ["github>sapphiredev/readme:sapphire-renovate"],
"labels": ["Meta: Dependencies"],
"npm": {
"packageRules": [
{
"matchPackagePatterns": ["tsup"],
"enabled": false
}
]
}
}

0 comments on commit 7e58977

Please sign in to comment.