We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e99dc commit 6551912Copy full SHA for 6551912
1 file changed
.github/dependabot.yml
@@ -15,6 +15,11 @@ updates:
15
groups:
16
python:
17
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"
23
24
- package-ecosystem: gomod
25
directory: /proxy
0 commit comments