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.
2 parents 47bf6c5 + 937d5b9 commit f6fed6eCopy full SHA for f6fed6e
.github/dependabot.yml
@@ -34,6 +34,11 @@ updates:
34
schedule:
35
interval: "weekly"
36
open-pull-requests-limit: 1
37
+ # Ignore pinned version of cibuildwheel for Python 3.7
38
+ ignore:
39
+ - dependency-name: "pypa/cibuildwheel*"
40
+ versions: ["8d945475ac4b1aac4ae08b2fd27db9917158b6ce", "2.17.0"]
41
+ # Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
42
groups:
43
cibuildwheel:
44
patterns:
0 commit comments