Skip to content

Commit 402830f

Browse files
committed
update dependabot.yml
1 parent f3d45fb commit 402830f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
version: 2
77
updates:
88
- package-ecosystem: "uv"
9+
# Enable version updates for development dependencies
910
directory: "/"
1011
schedule:
11-
interval: "weekly"
12+
interval: "monthly"
13+
groups:
14+
dev-deps:
15+
patterns:
16+
- "*"
17+
18+
- package-ecosystem: "github-actions"
19+
# Enable version updates for GitHub Actions
20+
directory: "/"
21+
schedule:
22+
interval: "monthly"
23+
groups:
24+
github-actions:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)