Skip to content

Commit 2b01bba

Browse files
committed
Only suggest updates that have been out for a week
This makes Dependabot not suggest dependency updates until those dependencies have been out for at least eight days. Hopefully in that time, potential (security) issues have been found and fixed either by automated scanners, or projects with faster dependency updates.
1 parent d534e4e commit 2b01bba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
cooldown:
11+
default-days: 8
1012
- package-ecosystem: "npm"
1113
directory: "/"
1214
schedule:
1315
interval: "weekly"
16+
cooldown:
17+
default-days: 8
1418
open-pull-requests-limit: 10
1519
groups:
1620
eslint:
@@ -68,6 +72,8 @@ updates:
6872
directory: "/"
6973
schedule:
7074
interval: "weekly"
75+
cooldown:
76+
default-days: 8
7177
allow:
7278
- dependency-type: "all"
7379
ignore:

0 commit comments

Comments
 (0)