Skip to content

Commit 48f0d46

Browse files
committed
ci: group dependabot updates
1 parent 8499554 commit 48f0d46

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ updates:
1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
13-
interval: "daily"
13+
interval: "weekly"
14+
groups:
15+
pip:
16+
patterns:
17+
- "*"
1418

1519
# Maintain dependencies for git submodule (base64)
1620
- package-ecosystem: "gitsubmodule"
@@ -22,4 +26,8 @@ updates:
2226
- package-ecosystem: "github-actions"
2327
directory: "/"
2428
schedule:
25-
interval: "daily"
29+
interval: "weekly"
30+
groups:
31+
actions:
32+
patterns:
33+
- "*"

0 commit comments

Comments
 (0)