Mayo commited on
Commit
5bbc498
·
unverified ·
1 Parent(s): 2366c17

chore(deps): add bun package ecosystem to Dependabot configuration

Browse files
Files changed (1) hide show
  1. .github/dependabot.yml +11 -4
.github/dependabot.yml CHANGED
@@ -5,7 +5,14 @@
5
 
6
  version: 2
7
  updates:
8
- - package-ecosystem: "cargo" # See documentation for possible values
9
- directory: "/" # Location of package manifests
10
- schedule:
11
- interval: "daily"
 
 
 
 
 
 
 
 
5
 
6
  version: 2
7
  updates:
8
+ - package-ecosystem: "cargo" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
+ schedule:
11
+ interval: "daily"
12
+
13
+ - package-ecosystem: "bun"
14
+ directories:
15
+ - "/"
16
+ - "/ui"
17
+ schedule:
18
+ interval: "daily"