Skip to content

Commit 6551912

Browse files
committed
chore: ignore setuptools bumps in dependabot (floor is pinned to the RHEL9 py3.9 bootstrap)
1 parent 14e99dc commit 6551912

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ updates:
1515
groups:
1616
python:
1717
patterns: ["*"]
18+
ignore:
19+
# setuptools >=83 requires python >=3.10, but RHEL9-family hosts
20+
# (a supported bootstrap target) build the CLI from pyproject on
21+
# system python 3.9. Revisit when the py3.9 floor is dropped.
22+
- dependency-name: "setuptools"
1823

1924
- package-ecosystem: gomod
2025
directory: /proxy

0 commit comments

Comments
 (0)