Skip to content

Commit 596be8c

Browse files
authored
ci: group dependabot updates (#442)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent da0ce5c commit 596be8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
7+
interval: "weekly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
812
# Maintain dependencies for pip constraints-ci.txt
913
- package-ecosystem: "pip"
1014
directory: "/"

0 commit comments

Comments
 (0)