There was an error while loading. Please reload this page.
1 parent 0de7c50 commit 935de70Copy full SHA for 935de70
1 file changed
.github/dependabot.yml
@@ -6,8 +6,32 @@ updates:
6
- package-ecosystem: "cargo"
7
directory: "/"
8
schedule:
9
- interval: "daily"
+ interval: "weekly"
10
+ day: "monday"
11
+ groups:
12
+ cargo-minor-patch:
13
+ patterns:
14
+ - "*"
15
+ update-types:
16
+ - "minor"
17
+ - "patch"
18
+ cargo-major:
19
20
21
22
+ - "major"
23
+ open-pull-requests-limit: 2
24
+ cooldown:
25
+ default-days: 7
26
+
27
- package-ecosystem: "github-actions"
28
29
30
interval: "monthly"
31
32
+ github-actions:
33
34
35
+ open-pull-requests-limit: 1
36
37
0 commit comments