Skip to content

Commit f566d7b

Browse files
authored
fix(actions): group deps together (#74)
2 parents 745ce5f + 43f7ced commit f566d7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
groups:
9+
uv-all:
10+
patterns:
11+
- "*"
812
# Enable version updates for GitHub Actions
913
- package-ecosystem: "github-actions"
1014
directory: "/"
1115
schedule:
1216
interval: "weekly"
17+
groups:
18+
actions-all:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)