We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfac77 commit fed1efaCopy full SHA for fed1efa
1 file changed
.github/dependabot.yml
@@ -5,9 +5,30 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "daily"
8
+ cooldown:
9
+ default-days: 3
10
+ semver-major-days: 7
11
+ semver-minor-days: 4
12
+ semver-patch-days: 3
13
+ groups:
14
+ rust-dependencies:
15
+ patterns:
16
+ - "*"
17
+ update-types:
18
+ - "major"
19
+ - "minor"
20
+ - "patch"
21
22
# Maintain GitHub Actions
23
- package-ecosystem: "github-actions"
24
25
26
27
28
+ actions:
29
30
31
32
33
34
0 commit comments