Skip to content

Commit 1fd2f2e

Browse files
joinedclaude
andcommitted
Fix Dependabot to use bun ecosystem instead of npm
Dependabot was updating package.json but not bun.lock because the config declared npm as the package ecosystem. Switching to the native bun ecosystem so lockfile updates work correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7a547d commit 1fd2f2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: npm
3+
- package-ecosystem: bun
44
directory: /
55
schedule:
66
interval: weekly

0 commit comments

Comments
 (0)