Skip to content

Commit 1eb441e

Browse files
committed
Dependency hygiene: add Dependabot gomod coverage and pin a non-vulnerable Pillow floor in docs
1 parent b67a1dc commit 1eb441e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,18 @@ updates:
6262
ignore:
6363
- dependency-name: "*"
6464
update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]
65+
66+
# Go (gomod) - security updates only. Watches the Go module that was
67+
# previously uncovered (its transitive tree had accumulated advisories).
68+
- package-ecosystem: "gomod"
69+
directory: "/go/pecos"
70+
schedule:
71+
interval: "weekly"
72+
open-pull-requests-limit: 5
73+
groups:
74+
go-security:
75+
applies-to: security-updates
76+
patterns: ["*"]
77+
ignore:
78+
- dependency-name: "*"
79+
update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]

python/quantum-pecos/docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
matplotlib==3.9.2
2+
pillow>=11.3.0 # security floor: Pillow is transitive via matplotlib; avoid known-vulnerable old releases
23
networkx==3.3
34
numpy==1.26.4
45
scipy==1.14.1

0 commit comments

Comments
 (0)