2 parents 2652f5c + 2119d8c commit 158b029Copy full SHA for 158b029
3 files changed
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "bun"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
.github/workflows/audit.yml
.github/workflows/ci.yml
@@ -26,9 +26,6 @@ jobs:
26
- name: Check OpenCode CLI
27
run: opencode --version
28
29
- - name: Audit dependencies
30
- run: bun audit
31
-
32
- name: Typecheck
33
run: bun run typecheck
34
@@ -59,9 +56,6 @@ jobs:
59
56
- name: Install dependencies
60
57
run: bun install --frozen-lockfile
61
58
62
63
64
65
66
67
0 commit comments