Skip to content

Commit 85dcdc6

Browse files
committed
ci: update dependabot to work with bun
1 parent 3014fba commit 85dcdc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
3-
# Main repo NPM package
4-
- package-ecosystem: npm
3+
# Main repo packages
4+
- package-ecosystem: bun
55
directory: '/'
66
schedule:
77
interval: daily
@@ -13,7 +13,7 @@ updates:
1313
schedule:
1414
interval: 'daily'
1515

16-
- package-ecosystem: npm
16+
- package-ecosystem: bun
1717
directory: '/packages'
1818
schedule:
1919
interval: daily

0 commit comments

Comments
 (0)