Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
version: 2
# Scope: github-actions (all workflows) + npm (the TS bindings package).
# `cargo` is intentionally omitted: srtla is a C/C++/CMake repo with no Cargo.toml,
# so there is no Rust dependency manifest for Dependabot to track. (The Rust sender
# lives in the separate srtla-send-rs repo, which carries its own cargo updates.)
updates:
- package-ecosystem: "github-actions"
directory: "/"
Expand Down