Skip to content

Commit 8b6add3

Browse files
committed
feat: experimental support for bun in dependabot
1 parent c5e6c59 commit 8b6add3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
version: 2
3+
enable-beta-ecosystems: true
34
updates:
45
- package-ecosystem: "github-actions"
56
directory: "/"
67
schedule:
78
interval: "weekly"
8-
- package-ecosystem: npm
9+
- package-ecosystem: bun
910
directory: "/"
1011
schedule:
1112
interval: "weekly"
13+
open-pull-requests-limit: 10
1214
- package-ecosystem: bundler
1315
directory: "/docs"
1416
schedule:

0 commit comments

Comments
 (0)