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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "pip"
directories:
- "/"
- "/examples/*"
schedule:
interval: "weekly"
open-pull-requests-limit: 10

- package-ecosystem: "cargo"
directories:
- "/"
- "/crates/wasiless"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could probably make this use workspace deps which would reduce things down to a single manifest that needs to be considered.

Copy link
Copy Markdown
Member Author

@erikrose erikrose Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm for it, though I'm having no luck at the moment due to a wit-bindgen version conflict that doesn't want to resolve. I also now doubt this explicit config is necessary, as dependabot's failure to open PRs for Rust packages may be due to it detecting those vulns before we had enabled PR-filing.

schedule:
interval: "weekly"
open-pull-requests-limit: 10
Loading