1 parent 9672663 commit 932ad73Copy full SHA for 932ad73
1 file changed
.github/dependabot.yml
@@ -7,17 +7,38 @@ updates:
7
open-pull-requests-limit: 5
8
commit-message:
9
prefix: "chore(deps)"
10
+ groups:
11
+ github-actions:
12
+ patterns:
13
+ - "*"
14
+ update-types:
15
+ - "minor"
16
+ - "patch"
17
- package-ecosystem: "cargo"
18
directory: "/"
19
schedule:
20
interval: "weekly"
21
22
23
24
25
+ cargo:
26
27
28
29
30
31
- package-ecosystem: "pip"
32
directory: "/docs"
33
34
35
36
37
38
39
+ pip:
40
41
42
43
44
0 commit comments