Skip to content

Commit

Permalink
Fix dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Dec 8, 2024
1 parent 4a59651 commit 797f026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: 2
updates:
- package-ecosystem: "npm"
directories:
- "/"
- "/packages/worker"
- "/packages/worker/dev"
- "/packages/github-action"
schedule:
interval: "weekly"
Expand Down
3 changes: 0 additions & 3 deletions packages/worker/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
},
"scripts": {
"deploy": "wrangler deploy"
},
"dependencies": {
"chanfana": "https://prerelease-registry.devprod.cloudflare.dev/chanfana/runs/12189183779/npm-package-chanfana-208"
}
}

0 comments on commit 797f026

Please sign in to comment.