Mayo commited on
chore(deps): add bun package ecosystem to Dependabot configuration
Browse files- .github/dependabot.yml +11 -4
.github/dependabot.yml
CHANGED
|
@@ -5,7 +5,14 @@
|
|
| 5 |
|
| 6 |
version: 2
|
| 7 |
updates:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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"
|