Skip to content

Commit 158b029

Browse files
authored
Merge pull request #1 from fbosch/chore/dependabot-audit
Replace audit workflow with Dependabot
2 parents 2652f5c + 2119d8c commit 158b029

3 files changed

Lines changed: 6 additions & 28 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "bun"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/audit.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- name: Check OpenCode CLI
2727
run: opencode --version
2828

29-
- name: Audit dependencies
30-
run: bun audit
31-
3229
- name: Typecheck
3330
run: bun run typecheck
3431

@@ -59,9 +56,6 @@ jobs:
5956
- name: Install dependencies
6057
run: bun install --frozen-lockfile
6158

62-
- name: Audit dependencies
63-
run: bun audit
64-
6559
- name: Typecheck
6660
run: bun run typecheck
6761

0 commit comments

Comments
 (0)