Skip to content

Commit d15357f

Browse files
committed
fix(deps): change package-ecosystem from npm to bun in dependabot configuration
1 parent 99f4946 commit d15357f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ updates:
99
patterns:
1010
- '*'
1111

12-
- package-ecosystem: npm
12+
- package-ecosystem: bun
1313
directory: /
1414
schedule:
1515
interval: weekly
1616
groups:
17-
npm-dependencies:
17+
dependencies:
1818
patterns:
1919
- '*'

0 commit comments

Comments
 (0)