We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043cd53 commit f67c08dCopy full SHA for f67c08d
.github/dependabot.yml
@@ -13,6 +13,11 @@ updates:
13
- "minor"
14
- "patch"
15
16
+ cooldown:
17
+ default-days: 7
18
+ semver-major-days: 30
19
+ semver-minor-days: 7
20
+ semver-patch-days: 3
21
- package-ecosystem: gomod
22
directories: [".", "./.sage", "./cmd/saga"]
23
schedule:
@@ -25,3 +30,8 @@ updates:
25
30
26
31
27
32
33
34
35
36
37
0 commit comments