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 fc38c14 commit aa0fb4fCopy full SHA for aa0fb4f
.github/dependabot.yml
@@ -4,9 +4,8 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "daily"
8
- ignore:
9
- # cibuildwheel updates often and cannot be tracked by
10
- # a major version tag like 'v1'. Mute updates since
11
- # this is not a critical component
12
- - dependency-name: "pypa/cibuildwheel*"
+ interval: "weekly"
+ groups:
+ actions:
+ patterns:
+ - "*"
.github/workflows/wheels.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
submodules: true
45
46
- - uses: pypa/cibuildwheel@v2.13.0
+ - uses: pypa/cibuildwheel@v2.16
47
env:
48
# Cross-compile on macOS
49
CIBW_ARCHS_MACOS: x86_64 arm64
0 commit comments