Skip to content
Merged
Show file tree
Hide file tree
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: 10 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@ updates:
- "area/health"

- package-ecosystem: "pip"
directories:
- "**/*"
directory: "/src/py"
allow:
- dependency-name: stim
- dependency-name: pytest
- dependency-name: sinter
- dependency-name: pybind11-stubgen
schedule:
interval: "monthly"
versioning-strategy: "increase-if-necessary"
groups:
python-dependencies:
patterns:
- "*"
labels:
- "area/dependencies"
- "area/python"
Expand Down
5 changes: 4 additions & 1 deletion src/py/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Note: if you add or subtract from the list below, also update the "allow"
# list in ../../.github/dependabot.yaml.

stim
pytest
sinter
pybind11-stubgen
pybind11-stubgen
Loading