mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-30 17:16:16 +00:00
- README.md: project overview, quick start, verification commands - GitHub Actions: anti-smuggle entry gate runs on push (4 layers) - Dependabot: ignore transitive dependencies (h11, opentelemetry, etc.) - predictions JSON committed to data/ for CI reproducibility - build_pist_matrices_250.py / build_manifold.py now default to data/
13 lines
377 B
YAML
13 lines
377 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 5
|
|
ignore:
|
|
# h11 is a transitive dependency of Playwright/etc; not in our requirements.txt
|
|
- dependency-name: "h11"
|
|
- dependency-name: "opentelemetry*"
|
|
- dependency-name: "thrift"
|
|
- dependency-name: "glib*"
|