diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41d368b..6c4b369 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - ignore: - # cibuildwheel updates often and cannot be tracked by - # a major version tag like 'v1'. Mute updates since - # this is not a critical component - - dependency-name: "pypa/cibuildwheel*" + interval: "weekly" + groups: + actions: + patterns: + - "*" diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f31f6b5..54816f2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.13.0 + - uses: pypa/cibuildwheel@v2.16 env: # Cross-compile on macOS CIBW_ARCHS_MACOS: x86_64 arm64