Skip to content

Commit 75e4c14

Browse files
authored
chore: Add 7-day cooldown to Dependabot version updates. (#224)
1 parent d17607b commit 75e4c14

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ version: 2
22
updates:
33
- package-ecosystem: pip
44
directory: "/"
5+
cooldown:
6+
default-days: 7
57
schedule:
68
interval: weekly
79
open-pull-requests-limit: 10
@@ -14,6 +16,8 @@ updates:
1416

1517
- package-ecosystem: docker
1618
directory: "/tests/shared/docker/eventsourcingdb"
19+
cooldown:
20+
default-days: 7
1721
schedule:
1822
interval: weekly
1923
open-pull-requests-limit: 10
@@ -26,6 +30,8 @@ updates:
2630

2731
- package-ecosystem: "github-actions"
2832
directory: "/"
33+
cooldown:
34+
default-days: 7
2935
schedule:
3036
interval: weekly
3137
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)