Skip to content

Commit 99c17ed

Browse files
authored
ci: set 3-day cooldown for Dependabot updates (#6)
1 parent c5fe318 commit 99c17ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
directory: /
66
schedule:
77
interval: weekly
8+
cooldown:
9+
default-days: 3
810

911
# Worker dependencies are not updated by Dependabot as the worker is cloned from an upstream repository.
1012
# This repository also has a Dependabot rule defined to dismiss Dependabot alerts from `manifest:worker/package-lock.json`.

0 commit comments

Comments
 (0)