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
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# The conformance-gate / npm-package tooling (pyodide pinned to PYODIDE_TARGET,
# tar caret range) — get reviewable bump PRs. NOTE: a pyodide bump must move
# PYODIDE_TARGET in lockstep (the gate validates against it), so review these.
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# Python dev deps (pytest).
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
Loading