Skip to content
Open
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
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
languages:
- rust
- javascript
- typescript

version: 2

rust:
# Update dependencies for the entire workspace
# Group updates to reduce PR noise
update_schedule: "weekly"
# Target specific workspaces (e.g., lib, apps, crates)
# If not specified, all workspaces are targeted
target: "."

javascript:
# Update dependencies for the root package.json
# Group updates to reduce PR noise
update_schedule: "weekly"
# Target specific directories
# If not specified, the root package.json is targeted
target: "."

typescript:
# Update dependencies for the frontend package.json
# Group updates to reduce PR noise
update_schedule: "weekly"
# Target specific directories
# If not specified, the frontend package.json is targeted
target: "frontend"

typescript:
# Update dependencies for the circuits package.json
# Group updates to reduce PR noise
update_schedule: "weekly"
# Target specific directories
# If not specified, the circuits package.json is targeted
target: "circuits"