Skip to content

Commit aa0fb4f

Browse files
authored
ci: group dependabot updates (#38)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fc38c14 commit aa0fb4f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
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*"
7+
interval: "weekly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
submodules: true
4545

46-
- uses: pypa/cibuildwheel@v2.13.0
46+
- uses: pypa/cibuildwheel@v2.16
4747
env:
4848
# Cross-compile on macOS
4949
CIBW_ARCHS_MACOS: x86_64 arm64

0 commit comments

Comments
 (0)