Skip to content

Commit

Permalink
Use Bun and not NPM with Renovate (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Dec 20, 2024
1 parent ddb5c90 commit 12902c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>bitwarden/renovate-config"],
"enabledManagers": ["github-actions", "npm"],
"enabledManagers": ["bun", "github-actions"],
"packageRules": [
{
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"groupName": "bun minor",
"matchManagers": ["bun"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "npm minor",
"matchManagers": ["npm"],
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
}
]
Expand Down

0 comments on commit 12902c1

Please sign in to comment.