We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d45fb commit 402830fCopy full SHA for 402830f
1 file changed
.github/dependabot.yml
@@ -6,6 +6,21 @@
6
version: 2
7
updates:
8
- package-ecosystem: "uv"
9
+ # Enable version updates for development dependencies
10
directory: "/"
11
schedule:
- 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
23
24
+ github-actions:
25
26
0 commit comments