Skip to content

Commit

Permalink
chore(Renovate): Disable Renovate for Bun
Browse files Browse the repository at this point in the history
Missing support for Bun workspaces (see renovatebot/renovate#24459).
  • Loading branch information
simonknittel committed Mar 2, 2024
1 parent c69dece commit 9198a3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"automerge": false
}
],
"configMigration": true
"configMigration": true,
"ignorePaths": [
"bun-packages/**"
]
}

0 comments on commit 9198a3c

Please sign in to comment.