Skip to content

Commit 7db6ad7

Browse files
committed
Enable beta ecosystems in Dependabot configuration and switch package ecosystem from npm to bun
1 parent 57d3c68 commit 7db6ad7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 2
2+
enable-beta-ecosystems: true
23

34
updates:
45
- package-ecosystem: "github-actions"
@@ -10,7 +11,7 @@ updates:
1011
assignees:
1112
- "sergiodxa"
1213

13-
- package-ecosystem: npm
14+
- package-ecosystem: bun
1415
directory: /
1516
schedule:
1617
interval: "weekly"

0 commit comments

Comments
 (0)