Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "bun"
directory: "/"
schedule:
interval: "weekly"
22 changes: 0 additions & 22 deletions .github/workflows/audit.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Check OpenCode CLI
run: opencode --version

- name: Audit dependencies
run: bun audit

- name: Typecheck
run: bun run typecheck

Expand Down Expand Up @@ -59,9 +56,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile

- name: Audit dependencies
run: bun audit

- name: Typecheck
run: bun run typecheck

Expand Down
Loading