Skip to content

Commit f67c08d

Browse files
Tethikoscarmuhr
authored andcommitted
chore: add dependabot cooldown settings
1 parent 043cd53 commit f67c08d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ updates:
1313
- "minor"
1414
- "patch"
1515

16+
cooldown:
17+
default-days: 7
18+
semver-major-days: 30
19+
semver-minor-days: 7
20+
semver-patch-days: 3
1621
- package-ecosystem: gomod
1722
directories: [".", "./.sage", "./cmd/saga"]
1823
schedule:
@@ -25,3 +30,8 @@ updates:
2530
- "minor"
2631
- "patch"
2732

33+
cooldown:
34+
default-days: 7
35+
semver-major-days: 30
36+
semver-minor-days: 7
37+
semver-patch-days: 3

0 commit comments

Comments
 (0)