We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0f669 commit ce4ad7eCopy full SHA for ce4ad7e
1 file changed
.github/dependabot.yml
@@ -1,7 +1,7 @@
1
version: 2
2
updates:
3
# Web frontend dependencies
4
- - package-ecosystem: "npm"
+ - package-ecosystem: "bun"
5
directory: "/web"
6
schedule:
7
interval: "weekly"
@@ -13,7 +13,7 @@ updates:
13
dependency-type: "production"
14
15
# Worker dependencies
16
17
directory: "/worker"
18
19
0 commit comments